#65966B

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

Shades of Laurel #65966B

Tints of Laurel #65966B

Color information

#65966B (or 0x65966B) is unknown color: approx Laurel. HEX triplet: 65, 96 and 6B. RGB value is (101,150,107). Sum of RGB (Red+Green+Blue) = 101+150+107=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #65966B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65966B is #9A6994. Grayscale: #828282. Windows color (decimal): -10119573 or 7050853. OLE color: 7050853.

HSL color Cylindrical-coordinate representation of color #65966B: hue angle of 127.35º 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 #65966B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB101150107-
CMYK0.3300.290.41
HSL127.35º19.52%49.22%-
HSV(B)127.35º32.67%58.82%-
XYZ18.9325.6417.86-
YUV130.45114.77107-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.21%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=28.21%
G=41.90%
B=29.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501070.3300.290.41127.3519.5249.22
Hex65966B2101D297f1431
Octal14522615341035511772461
Binary1100101100101101101011100001011101101001111111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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