#69986C

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

Shades of Laurel #69986C

Tints of Laurel #69986C

Color information

#69986C (or 0x69986C) is unknown color: approx Laurel. HEX triplet: 69, 98 and 6C. RGB value is (105,152,108). Sum of RGB (Red+Green+Blue) = 105+152+108=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #69986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69986C is #966793. Grayscale: #858585. Windows color (decimal): -9856916 or 7116905. OLE color: 7116905.

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

Color convert

RGB105152108-
CMYK0.3100.290.40
HSL123.83º18.58%50.39%-
HSV(B)123.83º30.92%59.61%-
XYZ19.7626.5418.27-
YUV132.93113.93108.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=28.77%
G=41.64%
B=29.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521080.3100.290.40123.8318.5850.39
Hex69986C1F01D287c1332
Octal15123015437035501742362
Binary110100110011000110110011111011101101000111110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69986C; }

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

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

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

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

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

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

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

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