Html Css Color HEX #809370 Camouflage Green

📋 copy color: '#809370'

red 128 ◦ green 147 ◦ blue 112

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

Shades of Camouflage Green #809370

Tints of Camouflage Green #809370

RGB

 RED value IS 128 (50.39% from 255) = 33.07%

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 33.07%
G = 37.98%
B = 28.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#809370 (or 0x809370) is known color: Camouflage Green. HEX triplet: 80, 93 and 70. RGB value is (128,147,112). Sum of RGB (Red+Green+Blue) = 128+147+112=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #809370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809370 is #7F6C8F. Grayscale: #898989. Windows color (decimal): -8350864 or 7377792. OLE color: 7377792.

HSL color Cylindrical-coordinate representation of color #809370: hue angle of 92.57º 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 #809370 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 112 -
CMYK 0.13 0 0.24 0.42
HSL 92.57º 0.14% 0.51% -
HSV(B) 92.57º 0.24% 0.58% -
XYZ 22.26 26.63 19.3 -
YUV 137.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 128 147 112 0.13 0 0.24 0.42 92.57 0.14 0.51
Hex 80 93 70 D 0 18 2A 5D E 33
Octal 200 223 160 15 0 30 52 135 16 63
Binary 10000000 10010011 1110000 1101 0 11000 101010 1011101 1110 110011

Color Harmonies of #809370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809370

Black with #809370

Text Example


Text Example

White with #809370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809370; }

 p { color: rgb(128,147,112); }

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

background-color css

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

 a { background-color: rgb(128,147,112); }

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

border-color css

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

 span { border-color: rgb(128,147,112); }

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