#75826B

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

Shades of Camouflage Green #75826B

Tints of Camouflage Green #75826B

Color information

#75826B (or 0x75826B) is unknown color: approx Camouflage Green. HEX triplet: 75, 82 and 6B. RGB value is (117,130,107). Sum of RGB (Red+Green+Blue) = 117+130+107=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #75826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75826B is #8A7D94. Grayscale: #7B7B7B. Windows color (decimal): -9076117 or 7045749. OLE color: 7045749.

HSL color Cylindrical-coordinate representation of color #75826B: hue angle of 93.91º 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 #75826B is Cyan = 0.1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB117130107-
CMYK0.100.180.49
HSL93.91º9.7%46.47%-
HSV(B)93.91º17.69%50.98%-
XYZ17.9720.8116.98-
YUV123.49118.69123.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 130 (51.17% from 255) = 36.72%
BLUE value IS 107 (42.19% from 255) = 30.23%
R=33.05%
G=36.72%
B=30.23%

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
Decimal1171301070.100.180.4993.919.746.47
Hex75826BA012315ea2e
Octal16520215312022611361256
Binary1110101100000101101011101001001011000110111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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