Html Css Color HEX #949070 Gurkha

📋 copy color: '#949070'

red 148 ◦ green 144 ◦ blue 112

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

Shades of Gurkha #949070

Tints of Gurkha #949070

RGB

 RED value IS 148 (58.2% from 255) = 36.63%

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

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

R = 36.63%
G = 35.64%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#949070 (or 0x949070) is known color: Gurkha. HEX triplet: 94, 90 and 70. RGB value is (148,144,112). Sum of RGB (Red+Green+Blue) = 148+144+112=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #949070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949070 is #6B6F8F. Grayscale: #8D8D8D. Windows color (decimal): -7040912 or 7377044. OLE color: 7377044.

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

Color convert

RGB 148 144 112 -
CMYK 0 0.03 0.24 0.42
HSL 53.33º 0.14% 0.51% -
HSV(B) 53.33º 0.24% 0.58% -
XYZ 25.11 27.41 19.3 -
YUV 141.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 148 144 112 0 0.03 0.24 0.42 53.33 0.14 0.51
Hex 94 90 70 0 3 18 2A 35 E 33
Octal 224 220 160 0 3 30 52 65 16 63
Binary 10010100 10010000 1110000 0 11 11000 101010 110101 1110 110011

Color Harmonies of #949070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949070

Black with #949070

Text Example


Text Example

White with #949070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949070; }

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

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

background-color css

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

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

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

border-color css

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

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

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