#758867

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

Shades of Camouflage Green #758867

Tints of Camouflage Green #758867

Color information

#758867 (or 0x758867) is unknown color: approx Camouflage Green. HEX triplet: 75, 88 and 67. RGB value is (117,136,103). Sum of RGB (Red+Green+Blue) = 117+136+103=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #758867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758867 is #8A7798. Grayscale: #7E7E7E. Windows color (decimal): -9074585 or 6785141. OLE color: 6785141.

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

Color convert

RGB117136103-
CMYK0.1400.240.47
HSL94.55º13.81%46.86%-
HSV(B)94.55º24.26%53.33%-
XYZ18.5922.3716.17-
YUV126.56114.71121.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=32.87%
G=38.20%
B=28.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171361030.1400.240.4794.5513.8146.86
Hex758867E0182F5fe2f
Octal16521014716030571371657
Binary1110101100010001100111111001100010111110111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758867; }

 p { color: rgb(117,136,103); }

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

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

 a { background-color: rgb(117,136,103); }

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

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

 span { border-color: rgb(117,136,103); }

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