Html Css Color HEX #65876B Laurel

📋 copy color: '#65876B'

red 101 ◦ green 135 ◦ blue 107

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

Shades of Laurel #65876B

Tints of Laurel #65876B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 29.45%
G = 39.36%
B = 31.2%

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

#65876B (or 0x65876B) is known color: 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

RGB 101 135 107 -
CMYK 0.25 0 0.21 0.47
HSL 130.59º 0.14% 0.46% -
HSV(B) 130.59º 0.25% 0.53% -
XYZ 16.68 21.16 17.11 -
YUV 121.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 101 135 107 0.25 0 0.21 0.47 130.59 0.14 0.46
Hex 65 87 6B 19 0 15 2F 83 E 2E
Octal 145 207 153 31 0 25 57 203 16 56
Binary 1100101 10000111 1101011 11001 0 10101 101111 10000011 1110 101110

Color Harmonies of #65876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65876B

Black with #65876B

Text Example


Text Example

White with #65876B

Text Example


Text Example

HTML Codes & Css Web 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>