Html Css Color HEX #65886F Laurel

📋 copy color: '#65886F'

red 101 ◦ green 136 ◦ blue 111

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

Shades of Laurel #65886F

Tints of Laurel #65886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.08%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 29.02%
G = 39.08%
B = 31.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#65886F (or 0x65886F) is known color: Laurel. HEX triplet: 65, 88 and 6F. RGB value is (101,136,111). Sum of RGB (Red+Green+Blue) = 101+136+111=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #65886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65886F is #9A7790. Grayscale: #7A7A7A. Windows color (decimal): -10123153 or 7309413. OLE color: 7309413.

HSL color Cylindrical-coordinate representation of color #65886F: hue angle of 137.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #65886F is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 136 111 -
CMYK 0.26 0 0.18 0.47
HSL 137.14º 0.15% 0.46% -
HSV(B) 137.14º 0.26% 0.53% -
XYZ 17.04 21.52 18.3 -
YUV 122.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 101 136 111 0.26 0 0.18 0.47 137.14 0.15 0.46
Hex 65 88 6F 1A 0 12 2F 89 F 2E
Octal 145 210 157 32 0 22 57 211 17 56
Binary 1100101 10001000 1101111 11010 0 10010 101111 10001001 1111 101110

Color Harmonies of #65886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65886F

Black with #65886F

Text Example


Text Example

White with #65886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65886F;
 }
 .AnyTagClassName
 {
   color: #65886F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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