#699E45

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

Shades of Apple #699E45

Tints of Apple #699E45

Color information

#699E45 (or 0x699E45) is unknown color: approx Apple. HEX triplet: 69, 9E and 45. RGB value is (105,158,69). Sum of RGB (Red+Green+Blue) = 105+158+69=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #699E45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E45 is #9661BA. Grayscale: #848484. Windows color (decimal): -9855419 or 4562537. OLE color: 4562537.

HSL color Cylindrical-coordinate representation of color #699E45: hue angle of 95.73º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #699E45 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB10515869-
CMYK0.3400.560.38
HSL95.73º39.21%44.51%-
HSV(B)95.73º56.33%61.96%-
XYZ19.1327.8910-
YUV132.0192.44108.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 158 (62.11% from 255) = 47.59%
BLUE value IS 69 (27.34% from 255) = 20.78%
R=31.63%
G=47.59%
B=20.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158690.3400.560.3895.7339.2144.51
Hex699E45220382660272d
Octal15123610542070461404755
Binary110100110011110100010110001001110001001101100000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699E45; }

 p { color: rgb(105,158,69); }

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

<style>
 a { background-color: #699E45; }

 a { background-color: rgb(105,158,69); }

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

<style>
 span { border-color: #699E45; }

 span { border-color: rgb(105,158,69); }

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