#758B63

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

Shades of Camouflage Green #758B63

Tints of Camouflage Green #758B63

Color information

#758B63 (or 0x758B63) is unknown color: approx Camouflage Green. HEX triplet: 75, 8B and 63. RGB value is (117,139,99). Sum of RGB (Red+Green+Blue) = 117+139+99=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #758B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B63 is #8A749C. Grayscale: #7F7F7F. Windows color (decimal): -9073821 or 6523765. OLE color: 6523765.

HSL color Cylindrical-coordinate representation of color #758B63: hue angle of 93º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #758B63 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB11713999-
CMYK0.1600.290.45
HSL93º16.81%46.67%-
HSV(B)93º28.78%54.51%-
XYZ18.8223.1515.28-
YUV127.86111.71120.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=32.96%
G=39.15%
B=27.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117139990.1600.290.459316.8146.67
Hex758B631001D2D5d112f
Octal16521314320035551352157
Binary111010110001011110001110000011101101101101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758B63; }

 p { color: rgb(117,139,99); }

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

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

 a { background-color: rgb(117,139,99); }

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

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

 span { border-color: rgb(117,139,99); }

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