Html Css Color HEX #65876A Laurel

📋 copy color: '#65876A'

red 101 ◦ green 135 ◦ blue 106

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

Shades of Laurel #65876A

Tints of Laurel #65876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 29.53%
G = 39.47%
B = 30.99%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#65876A (or 0x65876A) is known color: Laurel. HEX triplet: 65, 87 and 6A. RGB value is (101,135,106). Sum of RGB (Red+Green+Blue) = 101+135+106=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #65876A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65876A is #9A7895. Grayscale: #797979. Windows color (decimal): -10123414 or 6981477. OLE color: 6981477.

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

Color convert

RGB 101 135 106 -
CMYK 0.25 0 0.21 0.47
HSL 128.82º 0.14% 0.46% -
HSV(B) 128.82º 0.25% 0.53% -
XYZ 16.63 21.14 16.84 -
YUV 121.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 101 135 106 0.25 0 0.21 0.47 128.82 0.14 0.46
Hex 65 87 6A 19 0 15 2F 81 E 2E
Octal 145 207 152 31 0 25 57 201 16 56
Binary 1100101 10000111 1101010 11001 0 10101 101111 10000001 1110 101110

Color Harmonies of #65876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65876A

Black with #65876A

Text Example


Text Example

White with #65876A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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