Html Css Color HEX #838C76 Camouflage Green

📋 copy color: '#838C76'

red 131 ◦ green 140 ◦ blue 118

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

Shades of Camouflage Green #838C76

Tints of Camouflage Green #838C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 118 (46.48% from 255) = 30.33%

R = 33.68%
G = 35.99%
B = 30.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#838C76 (or 0x838C76) is known color: Camouflage Green. HEX triplet: 83, 8C and 76. RGB value is (131,140,118). Sum of RGB (Red+Green+Blue) = 131+140+118=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #838C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C76 is #7C7389. Grayscale: #868686. Windows color (decimal): -8156042 or 7769219. OLE color: 7769219.

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

Color convert

RGB 131 140 118 -
CMYK 0.06 0 0.16 0.45
HSL 84.55º 0.09% 0.51% -
HSV(B) 84.55º 0.16% 0.55% -
XYZ 22.01 24.89 20.78 -
YUV 134.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 131 140 118 0.06 0 0.16 0.45 84.55 0.09 0.51
Hex 83 8C 76 6 0 10 2D 55 9 33
Octal 203 214 166 6 0 20 55 125 11 63
Binary 10000011 10001100 1110110 110 0 10000 101101 1010101 1001 110011

Color Harmonies of #838C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C76

Black with #838C76

Text Example


Text Example

White with #838C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,140,118); }

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

background-color css

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

 a { background-color: rgb(131,140,118); }

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

border-color css

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

 span { border-color: rgb(131,140,118); }

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