#75826A

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

Shades of Camouflage Green #75826A

Tints of Camouflage Green #75826A

Color information

#75826A (or 0x75826A) is unknown color: approx Camouflage Green. HEX triplet: 75, 82 and 6A. RGB value is (117,130,106). Sum of RGB (Red+Green+Blue) = 117+130+106=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #75826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826A is #8A7D95. Grayscale: #7B7B7B. Windows color (decimal): -9076118 or 6980213. OLE color: 6980213.

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

Color convert

RGB117130106-
CMYK0.100.180.49
HSL92.5º10.17%46.27%-
HSV(B)92.5º18.46%50.98%-
XYZ17.9220.7916.7-
YUV123.38118.19123.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=33.14%
G=36.83%
B=30.03%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171301060.100.180.4992.510.1746.27
Hex75826AA012315da2e
Octal16520215212022611351256
Binary1110101100000101101010101001001011000110111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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