#758960

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

Shades of Camouflage Green #758960

Tints of Camouflage Green #758960

Color information

#758960 (or 0x758960) is unknown color: approx Camouflage Green. HEX triplet: 75, 89 and 60. RGB value is (117,137,96). Sum of RGB (Red+Green+Blue) = 117+137+96=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #758960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758960 is #8A769F. Grayscale: #7E7E7E. Windows color (decimal): -9074336 or 6326645. OLE color: 6326645.

HSL color Cylindrical-coordinate representation of color #758960: hue angle of 89.27º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758960 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11713796-
CMYK0.1500.300.46
HSL89.27º17.6%45.69%-
HSV(B)89.27º29.93%53.73%-
XYZ18.3922.5214.44-
YUV126.35110.87121.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=33.43%
G=39.14%
B=27.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117137960.1500.300.4689.2717.645.69
Hex758960F01E2E59122e
Octal16521114017036561312256
Binary11101011000100111000001111011110101110101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758960; }

 p { color: rgb(117,137,96); }

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

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

 a { background-color: rgb(117,137,96); }

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

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

 span { border-color: rgb(117,137,96); }

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