Html Css Color HEX #5F684B Woodland

📋 copy color: '#5F684B'

red 95 ◦ green 104 ◦ blue 75

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

Shades of Woodland #5F684B

Tints of Woodland #5F684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 34.67%
G = 37.96%
B = 27.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#5F684B (or 0x5F684B) is known color: Woodland. HEX triplet: 5F, 68 and 4B. RGB value is (95,104,75). Sum of RGB (Red+Green+Blue) = 95+104+75=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #5F684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F684B is #A097B4. Grayscale: #626262. Windows color (decimal): -10524597 or 4941919. OLE color: 4941919.

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

Color convert

RGB 95 104 75 -
CMYK 0.09 0 0.28 0.59
HSL 78.62º 0.16% 0.35% -
HSV(B) 78.62º 0.28% 0.41% -
XYZ 10.94 12.84 8.56 -
YUV 98 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 95 104 75 0.09 0 0.28 0.59 78.62 0.16 0.35
Hex 5F 68 4B 9 0 1C 3B 4F 10 23
Octal 137 150 113 11 0 34 73 117 20 43
Binary 1011111 1101000 1001011 1001 0 11100 111011 1001111 10000 100011

Color Harmonies of #5F684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F684B

Black with #5F684B

Text Example


Text Example

White with #5F684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,104,75); }

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

background-color css

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

 a { background-color: rgb(95,104,75); }

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

border-color css

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

 span { border-color: rgb(95,104,75); }

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