#758762

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

Shades of Camouflage Green #758762

Tints of Camouflage Green #758762

Color information

#758762 (or 0x758762) is unknown color: approx Camouflage Green. HEX triplet: 75, 87 and 62. RGB value is (117,135,98). Sum of RGB (Red+Green+Blue) = 117+135+98=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #758762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758762 is #8A789D. Grayscale: #7D7D7D. Windows color (decimal): -9074846 or 6457205. OLE color: 6457205.

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

Color convert

RGB11713598-
CMYK0.1300.270.47
HSL89.19º15.88%45.69%-
HSV(B)89.19º27.41%52.94%-
XYZ18.221.9914.84-
YUV125.4112.54122.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 98 (38.67% from 255) = 28%
R=33.43%
G=38.57%
B=28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117135980.1300.270.4789.1915.8845.69
Hex758762D01B2F59102e
Octal16520714215033571312056
Binary11101011000011111000101101011011101111101100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758762; }

 p { color: rgb(117,135,98); }

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

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

 a { background-color: rgb(117,135,98); }

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

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

 span { border-color: rgb(117,135,98); }

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