Html Css Color HEX #839072 Camouflage Green

📋 copy color: '#839072'

red 131 ◦ green 144 ◦ blue 114

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

Shades of Camouflage Green #839072

Tints of Camouflage Green #839072

RGB

 RED value IS 131 (51.56% from 255) = 33.68%

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

 BLUE value IS 114 (44.92% from 255) = 29.31%

R = 33.68%
G = 37.02%
B = 29.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#839072 (or 0x839072) is known color: Camouflage Green. HEX triplet: 83, 90 and 72. RGB value is (131,144,114). Sum of RGB (Red+Green+Blue) = 131+144+114=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #839072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839072 is #7C6F8D. Grayscale: #888888. Windows color (decimal): -8155022 or 7508099. OLE color: 7508099.

HSL color Cylindrical-coordinate representation of color #839072: hue angle of 86º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #839072 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 114 -
CMYK 0.09 0 0.21 0.44
HSL 86º 0.12% 0.51% -
HSV(B) 86º 0.21% 0.56% -
XYZ 22.37 25.99 19.76 -
YUV 136.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 131 144 114 0.09 0 0.21 0.44 86 0.12 0.51
Hex 83 90 72 9 0 15 2C 56 C 33
Octal 203 220 162 11 0 25 54 126 14 63
Binary 10000011 10010000 1110010 1001 0 10101 101100 1010110 1100 110011

Color Harmonies of #839072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839072

Black with #839072

Text Example


Text Example

White with #839072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839072; }

 p { color: rgb(131,144,114); }

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

background-color css

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

 a { background-color: rgb(131,144,114); }

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

border-color css

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

 span { border-color: rgb(131,144,114); }

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