#69B93F

Color #69B93F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #69B93F

Tints of Apple #69B93F

Color information

#69B93F (or 0x69B93F) is unknown color: approx Apple. HEX triplet: 69, B9 and 3F. RGB value is (105,185,63). Sum of RGB (Red+Green+Blue) = 105+185+63=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #69B93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B93F is #9646C0. Grayscale: #939393. Windows color (decimal): -9848513 or 4176233. OLE color: 4176233.

HSL color Cylindrical-coordinate representation of color #69B93F: hue angle of 99.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69B93F is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB10518563-
CMYK0.4300.660.27
HSL99.34º49.19%48.63%-
HSV(B)99.34º65.95%72.55%-
XYZ24.0738.0610.78-
YUV147.1780.597.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 185 (72.66% from 255) = 52.41%
BLUE value IS 63 (25% from 255) = 17.85%
R=29.75%
G=52.41%
B=17.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105185630.4300.660.2799.3449.1948.63
Hex69B93F2B0421B633131
Octal15127177530102331436161
Binary11010011011100111111110101101000010110111100011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B93F; }

 p { color: rgb(105,185,63); }

 H1.HeaderClassName
 {
   color: #69B93F;
 }
 .AnyTagClassName
 {
   color: #69B93F;
 }
</style>
background-color css

<style>
 a { background-color: #69B93F; }

 a { background-color: rgb(105,185,63); }

 div.DivClassName
 {
   background-color: #69B93F;
 }
 .BgClassName
 {
   background-color: #69B93F;
 }
</style>
border-color css

<style>
 span { border-color: #69B93F; }

 span { border-color: rgb(105,185,63); }

 td.TdClassName
 {
   border-color: #69B93F;
 }
 .TagClassName
 {
   border-color: #69B93F;
 }
</style>