#758567

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

Shades of Camouflage Green #758567

Tints of Camouflage Green #758567

Color information

#758567 (or 0x758567) is unknown color: approx Camouflage Green. HEX triplet: 75, 85 and 67. RGB value is (117,133,103). Sum of RGB (Red+Green+Blue) = 117+133+103=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #758567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758567 is #8A7A98. Grayscale: #7C7C7C. Windows color (decimal): -9075353 or 6784373. OLE color: 6784373.

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

Color convert

RGB117133103-
CMYK0.1200.230.48
HSL92º12.71%46.27%-
HSV(B)92º22.56%52.16%-
XYZ18.1721.5416.03-
YUV124.8115.7122.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=33.14%
G=37.68%
B=29.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331030.1200.230.489212.7146.27
Hex758567C017305cd2e
Octal16520514714027601341556
Binary1110101100001011100111110001011111000010111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758567; }

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

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

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

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

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

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

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

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