#65996C

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

Shades of Laurel #65996C

Tints of Laurel #65996C

Color information

#65996C (or 0x65996C) is unknown color: approx Laurel. HEX triplet: 65, 99 and 6C. RGB value is (101,153,108). Sum of RGB (Red+Green+Blue) = 101+153+108=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #65996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65996C is #9A6693. Grayscale: #848484. Windows color (decimal): -10118804 or 7117157. OLE color: 7117157.

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

Color convert

RGB101153108-
CMYK0.3400.290.4
HSL128.08º20.47%49.8%-
HSV(B)128.08º33.99%60%-
XYZ19.4626.6318.3-
YUV132.32114.27105.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=27.90%
G=42.27%
B=29.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011531080.3400.290.4128.0820.4749.8
Hex65996C2201D28801432
Octal14523115442035502002462
Binary11001011001100111011001000100111011010001000000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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