#65876F

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

Shades of Laurel #65876F

Tints of Laurel #65876F

Color information

#65876F (or 0x65876F) is unknown color: approx Laurel. HEX triplet: 65, 87 and 6F. RGB value is (101,135,111). Sum of RGB (Red+Green+Blue) = 101+135+111=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #65876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65876F is #9A7890. Grayscale: #7A7A7A. Windows color (decimal): -10123409 or 7309157. OLE color: 7309157.

HSL color Cylindrical-coordinate representation of color #65876F: hue angle of 137.65º 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 #65876F is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB101135111-
CMYK0.2500.180.47
HSL137.65º14.41%46.27%-
HSV(B)137.65º25.19%52.94%-
XYZ16.921.2418.25-
YUV122.1121.74112.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=29.11%
G=38.90%
B=31.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011351110.2500.180.47137.6514.4146.27
Hex65876F190122F8ae2e
Octal14520715731022572121656
Binary110010110000111110111111001010010101111100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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