#65996B

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

Shades of Laurel #65996B

Tints of Laurel #65996B

Color information

#65996B (or 0x65996B) is unknown color: approx Laurel. HEX triplet: 65, 99 and 6B. RGB value is (101,153,107). Sum of RGB (Red+Green+Blue) = 101+153+107=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #65996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65996B is #9A6694. Grayscale: #848484. Windows color (decimal): -10118805 or 7051621. OLE color: 7051621.

HSL color Cylindrical-coordinate representation of color #65996B: hue angle of 126.92º 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 #65996B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB101153107-
CMYK0.3400.300.4
HSL126.92º20.47%49.8%-
HSV(B)126.92º33.99%60%-
XYZ19.4126.6118.02-
YUV132.21113.77105.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=27.98%
G=42.38%
B=29.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011531070.3400.300.4126.9220.4749.8
Hex65996B2201E287f1432
Octal14523115342036501772462
Binary1100101100110011101011100010011110101000111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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