#76866A

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

Shades of Camouflage Green #76866A

Tints of Camouflage Green #76866A

Color information

#76866A (or 0x76866A) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 6A. RGB value is (118,134,106). Sum of RGB (Red+Green+Blue) = 118+134+106=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #76866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76866A is #897995. Grayscale: #7E7E7E. Windows color (decimal): -9009558 or 6981238. OLE color: 6981238.

HSL color Cylindrical-coordinate representation of color #76866A: hue angle of 94.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76866A is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB118134106-
CMYK0.1200.210.47
HSL94.29º11.67%47.06%-
HSV(B)94.29º20.9%52.55%-
XYZ18.621.9416.89-
YUV126.02116.7122.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=32.96%
G=37.43%
B=29.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341060.1200.210.4794.2911.6747.06
Hex76866AC0152F5ec2f
Octal16620615214025571361457
Binary1110110100001101101010110001010110111110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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