#758965

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

Shades of Camouflage Green #758965

Tints of Camouflage Green #758965

Color information

#758965 (or 0x758965) is unknown color: approx Camouflage Green. HEX triplet: 75, 89 and 65. RGB value is (117,137,101). Sum of RGB (Red+Green+Blue) = 117+137+101=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #758965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758965 is #8A769A. Grayscale: #7F7F7F. Windows color (decimal): -9074331 or 6654325. OLE color: 6654325.

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

Color convert

RGB117137101-
CMYK0.1500.260.46
HSL93.33º15.13%46.67%-
HSV(B)93.33º26.28%53.73%-
XYZ18.6322.6115.69-
YUV126.92113.37120.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 101 (39.84% from 255) = 28.45%
R=32.96%
G=38.59%
B=28.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371010.1500.260.4693.3315.1346.67
Hex758965F01A2E5df2f
Octal16521114517032561351757
Binary1110101100010011100101111101101010111010111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758965; }

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

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

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

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

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

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

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

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