Html Css Color HEX #838E75 Camouflage Green

📋 copy color: '#838E75'

red 131 ◦ green 142 ◦ blue 117

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

Shades of Camouflage Green #838E75

Tints of Camouflage Green #838E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30%

R = 33.59%
G = 36.41%
B = 30%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#838E75 (or 0x838E75) is known color: Camouflage Green. HEX triplet: 83, 8E and 75. RGB value is (131,142,117). Sum of RGB (Red+Green+Blue) = 131+142+117=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #838E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838E75 is #7C718A. Grayscale: #878787. Windows color (decimal): -8155531 or 7704195. OLE color: 7704195.

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

Color convert

RGB 131 142 117 -
CMYK 0.08 0 0.18 0.44
HSL 86.4º 0.1% 0.51% -
HSV(B) 86.4º 0.18% 0.56% -
XYZ 22.24 25.46 20.57 -
YUV 135.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 131 142 117 0.08 0 0.18 0.44 86.4 0.1 0.51
Hex 83 8E 75 8 0 12 2C 56 A 33
Octal 203 216 165 10 0 22 54 126 12 63
Binary 10000011 10001110 1110101 1000 0 10010 101100 1010110 1010 110011

Color Harmonies of #838E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E75

Black with #838E75

Text Example


Text Example

White with #838E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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