Html Css Color HEX #5F695B Cactus

📋 copy color: '#5F695B'

red 95 ◦ green 105 ◦ blue 91

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

Shades of Cactus #5F695B

Tints of Cactus #5F695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 32.65%
G = 36.08%
B = 31.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#5F695B (or 0x5F695B) is known color: Cactus. HEX triplet: 5F, 69 and 5B. RGB value is (95,105,91). Sum of RGB (Red+Green+Blue) = 95+105+91=291 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.65% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 105 - color contains mainly: green. Hex color #5F695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F695B is #A096A4. Grayscale: #646464. Windows color (decimal): -10524325 or 5990751. OLE color: 5990751.

HSL color Cylindrical-coordinate representation of color #5F695B: hue angle of 102.86º 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 #5F695B is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 95 105 91 -
CMYK 0.10 0 0.13 0.59
HSL 102.86º 0.07% 0.38% -
HSV(B) 102.86º 0.13% 0.41% -
XYZ 11.66 13.29 11.85 -
YUV 100.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 95 105 91 0.10 0 0.13 0.59 102.86 0.07 0.38
Hex 5F 69 5B A 0 D 3B 67 7 26
Octal 137 151 133 12 0 15 73 147 7 46
Binary 1011111 1101001 1011011 1010 0 1101 111011 1100111 111 100110

Color Harmonies of #5F695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F695B

Black with #5F695B

Text Example


Text Example

White with #5F695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,105,91); }

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

background-color css

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

 a { background-color: rgb(95,105,91); }

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

border-color css

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

 span { border-color: rgb(95,105,91); }

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