#758569

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

Shades of Camouflage Green #758569

Tints of Camouflage Green #758569

Color information

#758569 (or 0x758569) is unknown color: approx Camouflage Green. HEX triplet: 75, 85 and 69. RGB value is (117,133,105). Sum of RGB (Red+Green+Blue) = 117+133+105=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #758569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758569 is #8A7A96. Grayscale: #7D7D7D. Windows color (decimal): -9075351 or 6915445. OLE color: 6915445.

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

Color convert

RGB117133105-
CMYK0.1200.210.48
HSL94.29º11.76%46.67%-
HSV(B)94.29º21.05%52.16%-
XYZ18.2721.5816.57-
YUV125.02116.7122.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=32.96%
G=37.46%
B=29.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171331050.1200.210.4894.2911.7646.67
Hex758569C015305ec2f
Octal16520515114025601361457
Binary1110101100001011101001110001010111000010111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758569; }

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

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

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

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

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

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

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

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