Html Css Color HEX #5F6150 Woodland

📋 copy color: '#5F6150'

red 95 ◦ green 97 ◦ blue 80

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

Shades of Woodland #5F6150

Tints of Woodland #5F6150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 34.93%
G = 35.66%
B = 29.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#5F6150 (or 0x5F6150) is known color: Woodland. HEX triplet: 5F, 61 and 50. RGB value is (95,97,80). Sum of RGB (Red+Green+Blue) = 95+97+80=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6150 is #A09EAF. Grayscale: #5E5E5E. Windows color (decimal): -10526384 or 5267807. OLE color: 5267807.

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

Color convert

RGB 95 97 80 -
CMYK 0.02 0 0.18 0.62
HSL 67.06º 0.1% 0.35% -
HSV(B) 67.06º 0.18% 0.38% -
XYZ 10.44 11.56 9.27 -
YUV 94.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 95 97 80 0.02 0 0.18 0.62 67.06 0.1 0.35
Hex 5F 61 50 2 0 12 3E 43 A 23
Octal 137 141 120 2 0 22 76 103 12 43
Binary 1011111 1100001 1010000 10 0 10010 111110 1000011 1010 100011

Color Harmonies of #5F6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6150

Black with #5F6150

Text Example


Text Example

White with #5F6150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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