#699E41

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

Shades of Apple #699E41

Tints of Apple #699E41

Color information

#699E41 (or 0x699E41) is unknown color: approx Apple. HEX triplet: 69, 9E and 41. RGB value is (105,158,65). Sum of RGB (Red+Green+Blue) = 105+158+65=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #699E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E41 is #9661BE. Grayscale: #838383. Windows color (decimal): -9855423 or 4300393. OLE color: 4300393.

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

Color convert

RGB10515865-
CMYK0.3400.590.38
HSL94.19º41.7%43.73%-
HSV(B)94.19º58.86%61.96%-
XYZ19.0127.849.37-
YUV131.5590.44109.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 158 (62.11% from 255) = 48.17%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=32.01%
G=48.17%
B=19.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158650.3400.590.3894.1941.743.73
Hex699E412203B265e2a2c
Octal15123610142073461365254
Binary110100110011110100000110001001110111001101011110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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