Html Css Color HEX #65876E Laurel

📋 copy color: '#65876E'

red 101 ◦ green 135 ◦ blue 110

#65876E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #65876E

Tints of Laurel #65876E

RGB

 RED value IS 101 (39.84% from 255) = 29.19%

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 29.19%
G = 39.02%
B = 31.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#65876E (or 0x65876E) is known color: Laurel. HEX triplet: 65, 87 and 6E. RGB value is (101,135,110). Sum of RGB (Red+Green+Blue) = 101+135+110=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #65876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65876E is #9A7891. Grayscale: #7A7A7A. Windows color (decimal): -10123410 or 7243621. OLE color: 7243621.

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

Color convert

RGB 101 135 110 -
CMYK 0.25 0 0.19 0.47
HSL 135.88º 0.14% 0.46% -
HSV(B) 135.88º 0.25% 0.53% -
XYZ 16.85 21.22 17.96 -
YUV 121.98 121.24 113.03 -
System Red Green Blue C M Y K H S L
Decimal 101 135 110 0.25 0 0.19 0.47 135.88 0.14 0.46
Hex 65 87 6E 19 0 13 2F 88 E 2E
Octal 145 207 156 31 0 23 57 210 16 56
Binary 1100101 10000111 1101110 11001 0 10011 101111 10001000 1110 101110

Color Harmonies of #65876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65876E

Black with #65876E

Text Example


Text Example

White with #65876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65876E;
 }
 .AnyTagClassName
 {
   color: #65876E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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