#75816B

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

Shades of Camouflage Green #75816B

Tints of Camouflage Green #75816B

Color information

#75816B (or 0x75816B) is unknown color: approx Camouflage Green. HEX triplet: 75, 81 and 6B. RGB value is (117,129,107). Sum of RGB (Red+Green+Blue) = 117+129+107=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #75816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75816B is #8A7E94. Grayscale: #7A7A7A. Windows color (decimal): -9076373 or 7045493. OLE color: 7045493.

HSL color Cylindrical-coordinate representation of color #75816B: hue angle of 92.73º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75816B is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB117129107-
CMYK0.0900.170.49
HSL92.73º9.32%46.27%-
HSV(B)92.73º17.05%50.59%-
XYZ17.8420.5416.94-
YUV122.9119.02123.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=33.14%
G=36.54%
B=30.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171291070.0900.170.4992.739.3246.27
Hex75816B9011315d92e
Octal16520115311021611351156
Binary1110101100000011101011100101000111000110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75816B; }

 p { color: rgb(117,129,107); }

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

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

 a { background-color: rgb(117,129,107); }

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

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

 span { border-color: rgb(117,129,107); }

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