Html Css Color HEX #5F896A Laurel

📋 copy color: '#5F896A'

red 95 ◦ green 137 ◦ blue 106

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

Shades of Laurel #5F896A

Tints of Laurel #5F896A

RGB

 RED value IS 95 (37.5% from 255) = 28.11%

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

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

R = 28.11%
G = 40.53%
B = 31.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#5F896A (or 0x5F896A) is known color: Laurel. HEX triplet: 5F, 89 and 6A. RGB value is (95,137,106). Sum of RGB (Red+Green+Blue) = 95+137+106=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #5F896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F896A is #A07695. Grayscale: #787878. Windows color (decimal): -10516118 or 6981983. OLE color: 6981983.

HSL color Cylindrical-coordinate representation of color #5F896A: hue angle of 135.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F896A is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 137 106 -
CMYK 0.31 0 0.23 0.46
HSL 135.71º 0.18% 0.45% -
HSV(B) 135.71º 0.31% 0.54% -
XYZ 16.27 21.36 16.9 -
YUV 120.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 95 137 106 0.31 0 0.23 0.46 135.71 0.18 0.45
Hex 5F 89 6A 1F 0 17 2E 88 12 2D
Octal 137 211 152 37 0 27 56 210 22 55
Binary 1011111 10001001 1101010 11111 0 10111 101110 10001000 10010 101101

Color Harmonies of #5F896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F896A

Black with #5F896A

Text Example


Text Example

White with #5F896A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F896A; }

 p { color: rgb(95,137,106); }

 H1.HeaderClassName
 {
   color: #5F896A;
 }
 .AnyTagClassName
 {
   color: #5F896A;
 }
</style>

background-color css

<style>
 a { background-color: #5F896A; }

 a { background-color: rgb(95,137,106); }

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

border-color css

<style>
 span { border-color: #5F896A; }

 span { border-color: rgb(95,137,106); }

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