Html Css Color HEX #65896F Laurel

📋 copy color: '#65896F'

red 101 ◦ green 137 ◦ blue 111

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

Shades of Laurel #65896F

Tints of Laurel #65896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

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

R = 28.94%
G = 39.26%
B = 31.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#65896F (or 0x65896F) is known color: Laurel. HEX triplet: 65, 89 and 6F. RGB value is (101,137,111). Sum of RGB (Red+Green+Blue) = 101+137+111=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #65896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65896F is #9A7690. Grayscale: #7B7B7B. Windows color (decimal): -10122897 or 7309669. OLE color: 7309669.

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

Color convert

RGB 101 137 111 -
CMYK 0.26 0 0.19 0.46
HSL 136.67º 0.15% 0.47% -
HSV(B) 136.67º 0.26% 0.54% -
XYZ 17.18 21.81 18.34 -
YUV 123.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 101 137 111 0.26 0 0.19 0.46 136.67 0.15 0.47
Hex 65 89 6F 1A 0 13 2E 89 F 2F
Octal 145 211 157 32 0 23 56 211 17 57
Binary 1100101 10001001 1101111 11010 0 10011 101110 10001001 1111 101111

Color Harmonies of #65896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65896F

Black with #65896F

Text Example


Text Example

White with #65896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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