#65966C

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

Shades of Laurel #65966C

Tints of Laurel #65966C

Color information

#65966C (or 0x65966C) is unknown color: approx Laurel. HEX triplet: 65, 96 and 6C. RGB value is (101,150,108). Sum of RGB (Red+Green+Blue) = 101+150+108=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #65966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65966C is #9A6993. Grayscale: #828282. Windows color (decimal): -10119572 or 7116389. OLE color: 7116389.

HSL color Cylindrical-coordinate representation of color #65966C: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65966C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB101150108-
CMYK0.3300.280.41
HSL128.57º19.52%49.22%-
HSV(B)128.57º32.67%58.82%-
XYZ18.9825.6618.14-
YUV130.56115.27106.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=28.13%
G=41.78%
B=30.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501080.3300.280.41128.5719.5249.22
Hex65966C2101C29811431
Octal14522615441034512012461
Binary11001011001011011011001000010111001010011000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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