#767974

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

Shades of Camouflage Green #767974

Tints of Camouflage Green #767974

Color information

#767974 (or 0x767974) is unknown color: approx Camouflage Green. HEX triplet: 76, 79 and 74. RGB value is (118,121,116). Sum of RGB (Red+Green+Blue) = 118+121+116=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 121 - color contains mainly: green. Hex color #767974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767974 is #89868B. Grayscale: #777777. Windows color (decimal): -9012876 or 7633270. OLE color: 7633270.

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

Color convert

RGB118121116-
CMYK0.0200.040.53
HSL96º2.11%46.47%-
HSV(B)96º4.13%47.45%-
XYZ17.4618.7919.23-
YUV119.53126.01126.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=33.24%
G=34.08%
B=32.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181211160.0200.040.53962.1146.47
Hex767974204356022e
Octal16617116420465140256
Binary111011011110011110100100100110101110000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767974; }

 p { color: rgb(118,121,116); }

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

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

 a { background-color: rgb(118,121,116); }

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

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

 span { border-color: rgb(118,121,116); }

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