Html Css Color HEX #5F685A Cactus

📋 copy color: '#5F685A'

red 95 ◦ green 104 ◦ blue 90

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

Shades of Cactus #5F685A

Tints of Cactus #5F685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 32.87%
G = 35.99%
B = 31.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#5F685A (or 0x5F685A) is known color: Cactus. HEX triplet: 5F, 68 and 5A. RGB value is (95,104,90). Sum of RGB (Red+Green+Blue) = 95+104+90=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #5F685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F685A is #A097A5. Grayscale: #636363. Windows color (decimal): -10524582 or 5924959. OLE color: 5924959.

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

Color convert

RGB 95 104 90 -
CMYK 0.09 0 0.13 0.59
HSL 98.57º 0.07% 0.38% -
HSV(B) 98.57º 0.13% 0.41% -
XYZ 11.52 13.07 11.59 -
YUV 99.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 95 104 90 0.09 0 0.13 0.59 98.57 0.07 0.38
Hex 5F 68 5A 9 0 D 3B 63 7 26
Octal 137 150 132 11 0 15 73 143 7 46
Binary 1011111 1101000 1011010 1001 0 1101 111011 1100011 111 100110

Color Harmonies of #5F685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F685A

Black with #5F685A

Text Example


Text Example

White with #5F685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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