Html Css Color HEX #838D79 Camouflage Green

📋 copy color: '#838D79'

red 131 ◦ green 141 ◦ blue 121

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

Shades of Camouflage Green #838D79

Tints of Camouflage Green #838D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 33.33%
G = 35.88%
B = 30.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#838D79 (or 0x838D79) is known color: Camouflage Green. HEX triplet: 83, 8D and 79. RGB value is (131,141,121). Sum of RGB (Red+Green+Blue) = 131+141+121=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #838D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D79 is #7C7286. Grayscale: #878787. Windows color (decimal): -8155783 or 7966083. OLE color: 7966083.

HSL color Cylindrical-coordinate representation of color #838D79: hue angle of 90º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #838D79 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 121 -
CMYK 0.07 0 0.14 0.45
HSL 90º 0.08% 0.51% -
HSV(B) 90º 0.14% 0.55% -
XYZ 22.34 25.26 21.79 -
YUV 135.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 131 141 121 0.07 0 0.14 0.45 90 0.08 0.51
Hex 83 8D 79 7 0 E 2D 5A 8 33
Octal 203 215 171 7 0 16 55 132 10 63
Binary 10000011 10001101 1111001 111 0 1110 101101 1011010 1000 110011

Color Harmonies of #838D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D79

Black with #838D79

Text Example


Text Example

White with #838D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,141,121); }

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

background-color css

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

 a { background-color: rgb(131,141,121); }

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

border-color css

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

 span { border-color: rgb(131,141,121); }

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