#75826C

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

Shades of Camouflage Green #75826C

Tints of Camouflage Green #75826C

Color information

#75826C (or 0x75826C) is unknown color: approx Camouflage Green. HEX triplet: 75, 82 and 6C. RGB value is (117,130,108). Sum of RGB (Red+Green+Blue) = 117+130+108=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #75826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826C is #8A7D93. Grayscale: #7B7B7B. Windows color (decimal): -9076116 or 7111285. OLE color: 7111285.

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

Color convert

RGB117130108-
CMYK0.100.170.49
HSL95.45º9.24%46.67%-
HSV(B)95.45º16.92%50.98%-
XYZ18.0320.8317.26-
YUV123.6119.19123.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=32.96%
G=36.62%
B=30.42%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301080.100.170.4995.459.2446.67
Hex75826CA011315f92f
Octal16520215412021611371157
Binary1110101100000101101100101001000111000110111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75826C; }

 p { color: rgb(117,130,108); }

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

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

 a { background-color: rgb(117,130,108); }

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

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

 span { border-color: rgb(117,130,108); }

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