Html Css Color HEX #65896E Laurel

📋 copy color: '#65896E'

red 101 ◦ green 137 ◦ blue 110

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

Shades of Laurel #65896E

Tints of Laurel #65896E

RGB

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

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

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

R = 29.02%
G = 39.37%
B = 31.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#65896E (or 0x65896E) is known color: Laurel. HEX triplet: 65, 89 and 6E. RGB value is (101,137,110). Sum of RGB (Red+Green+Blue) = 101+137+110=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #65896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65896E is #9A7691. Grayscale: #7B7B7B. Windows color (decimal): -10122898 or 7244133. OLE color: 7244133.

HSL color Cylindrical-coordinate representation of color #65896E: hue angle of 135º 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 #65896E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 137 110 -
CMYK 0.26 0 0.20 0.46
HSL 135º 0.15% 0.47% -
HSV(B) 135º 0.26% 0.54% -
XYZ 17.13 21.78 18.05 -
YUV 123.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 101 137 110 0.26 0 0.20 0.46 135 0.15 0.47
Hex 65 89 6E 1A 0 14 2E 87 F 2F
Octal 145 211 156 32 0 24 56 207 17 57
Binary 1100101 10001001 1101110 11010 0 10100 101110 10000111 1111 101111

Color Harmonies of #65896E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65896E

Black with #65896E

Text Example


Text Example

White with #65896E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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