Html Css Color HEX #76806D Camouflage Green

📋 copy color: '#76806D'

red 118 ◦ green 128 ◦ blue 109

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

Shades of Camouflage Green #76806D

Tints of Camouflage Green #76806D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 33.24%
G = 36.06%
B = 30.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#76806D (or 0x76806D) is known color: Camouflage Green. HEX triplet: 76, 80 and 6D. RGB value is (118,128,109). Sum of RGB (Red+Green+Blue) = 118+128+109=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 128 - color contains mainly: green. Hex color #76806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76806D is #897F92. Grayscale: #7A7A7A. Windows color (decimal): -9011091 or 7176310. OLE color: 7176310.

HSL color Cylindrical-coordinate representation of color #76806D: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76806D is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 109 -
CMYK 0.08 0 0.15 0.50
HSL 91.58º 0.08% 0.46% -
HSV(B) 91.58º 0.15% 0.5% -
XYZ 17.95 20.39 17.46 -
YUV 122.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 118 128 109 0.08 0 0.15 0.50 91.58 0.08 0.46
Hex 76 80 6D 8 0 F 32 5C 8 2E
Octal 166 200 155 10 0 17 62 134 10 56
Binary 1110110 10000000 1101101 1000 0 1111 110010 1011100 1000 101110

Color Harmonies of #76806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76806D

Black with #76806D

Text Example


Text Example

White with #76806D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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