#838F73

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

Shades of Camouflage Green #838F73

Tints of Camouflage Green #838F73

Color information

#838F73 (or 0x838F73) is unknown color: approx Camouflage Green. HEX triplet: 83, 8F and 73. RGB value is (131,143,115). Sum of RGB (Red+Green+Blue) = 131+143+115=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #838F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838F73 is #7C708C. Grayscale: #888888. Windows color (decimal): -8155277 or 7573379. OLE color: 7573379.

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

Color convert

RGB131143115-
CMYK0.0800.200.44
HSL85.71º11.11%50.59%-
HSV(B)85.71º19.58%56.08%-
XYZ22.2825.7120.01-
YUV136.22116.02124.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 143 (56.25% from 255) = 36.76%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=33.68%
G=36.76%
B=29.56%

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
Decimal1311431150.0800.200.4485.7111.1150.59
Hex838F7380142C56b33
Octal20321716310024541261363
Binary10000011100011111110011100001010010110010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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