#699866

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

Shades of Laurel #699866

Tints of Laurel #699866

Color information

#699866 (or 0x699866) is unknown color: approx Laurel. HEX triplet: 69, 98 and 66. RGB value is (105,152,102). Sum of RGB (Red+Green+Blue) = 105+152+102=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #699866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699866 is #966799. Grayscale: #848484. Windows color (decimal): -9856922 or 6723689. OLE color: 6723689.

HSL color Cylindrical-coordinate representation of color #699866: hue angle of 116.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699866 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB105152102-
CMYK0.3100.330.40
HSL116.4º19.69%49.8%-
HSV(B)116.4º32.89%59.61%-
XYZ19.4526.4216.64-
YUV132.25110.93108.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=29.25%
G=42.34%
B=28.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521020.3100.330.40116.419.6949.8
Hex6998661F02128741432
Octal15123014637041501642462
Binary1101001100110001100110111110100001101000111010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699866; }

 p { color: rgb(105,152,102); }

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

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

 a { background-color: rgb(105,152,102); }

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

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

 span { border-color: rgb(105,152,102); }

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