Html Css Color HEX #76836D Camouflage Green

📋 copy color: '#76836D'

red 118 ◦ green 131 ◦ blue 109

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

Shades of Camouflage Green #76836D

Tints of Camouflage Green #76836D

RGB

 RED value IS 118 (46.48% from 255) = 32.96%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 32.96%
G = 36.59%
B = 30.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#76836D (or 0x76836D) is known color: Camouflage Green. HEX triplet: 76, 83 and 6D. RGB value is (118,131,109). Sum of RGB (Red+Green+Blue) = 118+131+109=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #76836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76836D is #897C92. Grayscale: #7C7C7C. Windows color (decimal): -9010323 or 7177078. OLE color: 7177078.

HSL color Cylindrical-coordinate representation of color #76836D: hue angle of 95.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76836D is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 109 -
CMYK 0.10 0 0.17 0.49
HSL 95.45º 0.09% 0.47% -
HSV(B) 95.45º 0.17% 0.51% -
XYZ 18.35 21.19 17.59 -
YUV 124.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 118 131 109 0.10 0 0.17 0.49 95.45 0.09 0.47
Hex 76 83 6D A 0 11 31 5F 9 2F
Octal 166 203 155 12 0 21 61 137 11 57
Binary 1110110 10000011 1101101 1010 0 10001 110001 1011111 1001 101111

Color Harmonies of #76836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76836D

Black with #76836D

Text Example


Text Example

White with #76836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76836D; }

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

 H1.HeaderClassName
 {
   color: #76836D;
 }
 .AnyTagClassName
 {
   color: #76836D;
 }
</style>

background-color css

<style>
 a { background-color: #76836D; }

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

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

border-color css

<style>
 span { border-color: #76836D; }

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

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