Html Css Color HEX #959070 Gurkha

📋 copy color: '#959070'

red 149 ◦ green 144 ◦ blue 112

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

Shades of Gurkha #959070

Tints of Gurkha #959070

RGB

 RED value IS 149 (58.59% from 255) = 36.79%

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 36.79%
G = 35.56%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#959070 (or 0x959070) is known color: Gurkha. HEX triplet: 95, 90 and 70. RGB value is (149,144,112). Sum of RGB (Red+Green+Blue) = 149+144+112=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #959070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959070 is #6A6F8F. Grayscale: #8D8D8D. Windows color (decimal): -6975376 or 7377045. OLE color: 7377045.

HSL color Cylindrical-coordinate representation of color #959070: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959070 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 112 -
CMYK 0 0.03 0.25 0.42
HSL 51.89º 0.15% 0.51% -
HSV(B) 51.89º 0.25% 0.58% -
XYZ 25.29 27.51 19.31 -
YUV 141.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 149 144 112 0 0.03 0.25 0.42 51.89 0.15 0.51
Hex 95 90 70 0 3 19 2A 34 F 33
Octal 225 220 160 0 3 31 52 64 17 63
Binary 10010101 10010000 1110000 0 11 11001 101010 110100 1111 110011

Color Harmonies of #959070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959070

Black with #959070

Text Example


Text Example

White with #959070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959070; }

 p { color: rgb(149,144,112); }

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

background-color css

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

 a { background-color: rgb(149,144,112); }

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

border-color css

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

 span { border-color: rgb(149,144,112); }

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