#65876B

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

Shades of Laurel #65876B

Tints of Laurel #65876B

Color information

#65876B (or 0x65876B) is unknown color: approx Laurel. HEX triplet: 65, 87 and 6B. RGB value is (101,135,107). Sum of RGB (Red+Green+Blue) = 101+135+107=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #65876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65876B is #9A7894. Grayscale: #797979. Windows color (decimal): -10123413 or 7047013. OLE color: 7047013.

HSL color Cylindrical-coordinate representation of color #65876B: hue angle of 130.59º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65876B is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB101135107-
CMYK0.2500.210.47
HSL130.59º14.41%46.27%-
HSV(B)130.59º25.19%52.94%-
XYZ16.6821.1617.11-
YUV121.64119.74113.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 107 (42.19% from 255) = 31.20%
R=29.45%
G=39.36%
B=31.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011351070.2500.210.47130.5914.4146.27
Hex65876B190152F83e2e
Octal14520715331025572031656
Binary110010110000111110101111001010101101111100000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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