#838F72

Color #838F72 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #838F72

Tints of Camouflage Green #838F72

Color information

#838F72 (or 0x838F72) is unknown color: approx Camouflage Green. HEX triplet: 83, 8F and 72. RGB value is (131,143,114). Sum of RGB (Red+Green+Blue) = 131+143+114=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #838F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F72 is #7C708D. Grayscale: #888888. Windows color (decimal): -8155278 or 7507843. OLE color: 7507843.

HSL color Cylindrical-coordinate representation of color #838F72: hue angle of 84.83º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838F72 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB131143114-
CMYK0.0800.200.44
HSL84.83º11.46%50.39%-
HSV(B)84.83º20.28%56.08%-
XYZ22.2225.6919.71-
YUV136.11115.52124.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 143 (56.25% from 255) = 36.86%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=33.76%
G=36.86%
B=29.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311431140.0800.200.4484.8311.4650.39
Hex838F7280142C55b32
Octal20321716210024541251362
Binary10000011100011111110010100001010010110010101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838F72; }

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

 H1.HeaderClassName
 {
   color: #838F72;
 }
 .AnyTagClassName
 {
   color: #838F72;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #838F72;
 }
 .BgClassName
 {
   background-color: #838F72;
 }
</style>
border-color css

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

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

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