#76896A

Color #76896A Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #76896A

Tints of Camouflage Green #76896A

Color information

#76896A (or 0x76896A) is unknown color: approx Camouflage Green. HEX triplet: 76, 89 and 6A. RGB value is (118,137,106). Sum of RGB (Red+Green+Blue) = 118+137+106=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #76896A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76896A is #897695. Grayscale: #7F7F7F. Windows color (decimal): -9008790 or 6982006. OLE color: 6982006.

HSL color Cylindrical-coordinate representation of color #76896A: hue angle of 96.77º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76896A is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB118137106-
CMYK0.1400.230.46
HSL96.77º12.76%47.65%-
HSV(B)96.77º22.63%53.73%-
XYZ19.0222.7817.03-
YUV127.78115.71121.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=32.69%
G=37.95%
B=29.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371060.1400.230.4696.7712.7647.65
Hex76896AE0172E61d30
Octal16621115216027561411560
Binary1110110100010011101010111001011110111011000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76896A; }

 p { color: rgb(118,137,106); }

 H1.HeaderClassName
 {
   color: #76896A;
 }
 .AnyTagClassName
 {
   color: #76896A;
 }
</style>
background-color css

<style>
 a { background-color: #76896A; }

 a { background-color: rgb(118,137,106); }

 div.DivClassName
 {
   background-color: #76896A;
 }
 .BgClassName
 {
   background-color: #76896A;
 }
</style>
border-color css

<style>
 span { border-color: #76896A; }

 span { border-color: rgb(118,137,106); }

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