Html Css Color HEX #838E72 Camouflage Green

📋 copy color: '#838E72'

red 131 ◦ green 142 ◦ blue 114

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

Shades of Camouflage Green #838E72

Tints of Camouflage Green #838E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 33.85%
G = 36.69%
B = 29.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#838E72 (or 0x838E72) is known color: Camouflage Green. HEX triplet: 83, 8E and 72. RGB value is (131,142,114). Sum of RGB (Red+Green+Blue) = 131+142+114=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #838E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E72 is #7C718D. Grayscale: #878787. Windows color (decimal): -8155534 or 7507587. OLE color: 7507587.

HSL color Cylindrical-coordinate representation of color #838E72: hue angle of 83.57º 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 #838E72 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 142 114 -
CMYK 0.08 0 0.20 0.44
HSL 83.57º 0.11% 0.5% -
HSV(B) 83.57º 0.2% 0.56% -
XYZ 22.07 25.39 19.66 -
YUV 135.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 131 142 114 0.08 0 0.20 0.44 83.57 0.11 0.5
Hex 83 8E 72 8 0 14 2C 54 B 32
Octal 203 216 162 10 0 24 54 124 13 62
Binary 10000011 10001110 1110010 1000 0 10100 101100 1010100 1011 110010

Color Harmonies of #838E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E72

Black with #838E72

Text Example


Text Example

White with #838E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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