#758463

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

Shades of Camouflage Green #758463

Tints of Camouflage Green #758463

Color information

#758463 (or 0x758463) is unknown color: approx Camouflage Green. HEX triplet: 75, 84 and 63. RGB value is (117,132,99). Sum of RGB (Red+Green+Blue) = 117+132+99=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #758463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758463 is #8A7B9C. Grayscale: #7B7B7B. Windows color (decimal): -9075613 or 6521973. OLE color: 6521973.

HSL color Cylindrical-coordinate representation of color #758463: hue angle of 87.27º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #758463 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB11713299-
CMYK0.1100.250.48
HSL87.27º14.29%45.29%-
HSV(B)87.27º25%51.76%-
XYZ17.8421.1914.95-
YUV123.75114.03123.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 99 (39.06% from 255) = 28.45%
R=33.62%
G=37.93%
B=28.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117132990.1100.250.4887.2714.2945.29
Hex758463B0193057e2d
Octal16520414313031601271655
Binary1110101100001001100011101101100111000010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758463; }

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

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

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

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

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

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

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

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