Html Css Color HEX #5F614C Woodland

📋 copy color: '#5F614C'

red 95 ◦ green 97 ◦ blue 76

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

Shades of Woodland #5F614C

Tints of Woodland #5F614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.36%

R = 35.45%
G = 36.19%
B = 28.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#5F614C (or 0x5F614C) is known color: Woodland. HEX triplet: 5F, 61 and 4C. RGB value is (95,97,76). Sum of RGB (Red+Green+Blue) = 95+97+76=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #5F614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F614C is #A09EB3. Grayscale: #5E5E5E. Windows color (decimal): -10526388 or 5005663. OLE color: 5005663.

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

Color convert

RGB 95 97 76 -
CMYK 0.02 0 0.22 0.62
HSL 65.71º 0.12% 0.34% -
HSV(B) 65.71º 0.22% 0.38% -
XYZ 10.3 11.5 8.52 -
YUV 94.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 95 97 76 0.02 0 0.22 0.62 65.71 0.12 0.34
Hex 5F 61 4C 2 0 16 3E 42 C 22
Octal 137 141 114 2 0 26 76 102 14 42
Binary 1011111 1100001 1001100 10 0 10110 111110 1000010 1100 100010

Color Harmonies of #5F614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F614C

Black with #5F614C

Text Example


Text Example

White with #5F614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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