Html Css Color HEX #838D73 Camouflage Green

📋 copy color: '#838D73'

red 131 ◦ green 141 ◦ blue 115

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

Shades of Camouflage Green #838D73

Tints of Camouflage Green #838D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 33.85%
G = 36.43%
B = 29.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#838D73 (or 0x838D73) is known color: Camouflage Green. HEX triplet: 83, 8D and 73. RGB value is (131,141,115). Sum of RGB (Red+Green+Blue) = 131+141+115=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 141 - color contains mainly: green. Hex color #838D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D73 is #7C728C. Grayscale: #878787. Windows color (decimal): -8155789 or 7572867. OLE color: 7572867.

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

Color convert

RGB 131 141 115 -
CMYK 0.07 0 0.18 0.45
HSL 83.08º 0.1% 0.5% -
HSV(B) 83.08º 0.18% 0.55% -
XYZ 21.98 25.11 19.91 -
YUV 135.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 131 141 115 0.07 0 0.18 0.45 83.08 0.1 0.5
Hex 83 8D 73 7 0 12 2D 53 A 32
Octal 203 215 163 7 0 22 55 123 12 62
Binary 10000011 10001101 1110011 111 0 10010 101101 1010011 1010 110010

Color Harmonies of #838D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D73

Black with #838D73

Text Example


Text Example

White with #838D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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