#69996C

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

Shades of Laurel #69996C

Tints of Laurel #69996C

Color information

#69996C (or 0x69996C) is unknown color: approx Laurel. HEX triplet: 69, 99 and 6C. RGB value is (105,153,108). Sum of RGB (Red+Green+Blue) = 105+153+108=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #69996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69996C is #966693. Grayscale: #858585. Windows color (decimal): -9856660 or 7117161. OLE color: 7117161.

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

Color convert

RGB105153108-
CMYK0.3100.290.4
HSL123.75º19.05%50.59%-
HSV(B)123.75º31.37%60%-
XYZ19.9226.8718.32-
YUV133.52113.6107.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=28.69%
G=41.80%
B=29.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051531080.3100.290.4123.7519.0550.59
Hex69996C1F01D287c1333
Octal15123115437035501742363
Binary110100110011001110110011111011101101000111110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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