Html Css Color HEX #5F6151 Woodland

📋 copy color: '#5F6151'

red 95 ◦ green 97 ◦ blue 81

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

Shades of Woodland #5F6151

Tints of Woodland #5F6151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 34.8%
G = 35.53%
B = 29.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#5F6151 (or 0x5F6151) is known color: Woodland. HEX triplet: 5F, 61 and 51. RGB value is (95,97,81). Sum of RGB (Red+Green+Blue) = 95+97+81=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6151 is #A09EAE. Grayscale: #5E5E5E. Windows color (decimal): -10526383 or 5333343. OLE color: 5333343.

HSL color Cylindrical-coordinate representation of color #5F6151: hue angle of 67.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F6151 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 97 81 -
CMYK 0.02 0 0.16 0.62
HSL 67.5º 0.09% 0.35% -
HSV(B) 67.5º 0.16% 0.38% -
XYZ 10.48 11.58 9.47 -
YUV 94.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 95 97 81 0.02 0 0.16 0.62 67.5 0.09 0.35
Hex 5F 61 51 2 0 10 3E 44 9 23
Octal 137 141 121 2 0 20 76 104 11 43
Binary 1011111 1100001 1010001 10 0 10000 111110 1000100 1001 100011

Color Harmonies of #5F6151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6151

Black with #5F6151

Text Example


Text Example

White with #5F6151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,97,81); }

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

background-color css

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

 a { background-color: rgb(95,97,81); }

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

border-color css

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

 span { border-color: rgb(95,97,81); }

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