#699E42

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

Shades of Apple #699E42

Tints of Apple #699E42

Color information

#699E42 (or 0x699E42) is unknown color: approx Apple. HEX triplet: 69, 9E and 42. RGB value is (105,158,66). Sum of RGB (Red+Green+Blue) = 105+158+66=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 158 (62.11% from 255 or 48.02% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 158 - color contains mainly: green. Hex color #699E42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E42 is #9661BD. Grayscale: #838383. Windows color (decimal): -9855422 or 4365929. OLE color: 4365929.

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

Color convert

RGB10515866-
CMYK0.3400.580.38
HSL94.57º41.07%43.92%-
HSV(B)94.57º58.23%61.96%-
XYZ19.0427.859.53-
YUV131.6690.94108.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 158 (62.11% from 255) = 48.02%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=31.91%
G=48.02%
B=20.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158660.3400.580.3894.5741.0743.92
Hex699E422203A265f292c
Octal15123610242072461375154
Binary110100110011110100001010001001110101001101011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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