#75866A

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

Shades of Camouflage Green #75866A

Tints of Camouflage Green #75866A

Color information

#75866A (or 0x75866A) is unknown color: approx Camouflage Green. HEX triplet: 75, 86 and 6A. RGB value is (117,134,106). Sum of RGB (Red+Green+Blue) = 117+134+106=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #75866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75866A is #8A7995. Grayscale: #7D7D7D. Windows color (decimal): -9075094 or 6981237. OLE color: 6981237.

HSL color Cylindrical-coordinate representation of color #75866A: hue angle of 96.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75866A is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB117134106-
CMYK0.1300.210.47
HSL96.43º11.67%47.06%-
HSV(B)96.43º20.9%52.55%-
XYZ18.4621.8716.88-
YUV125.72116.87121.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=32.77%
G=37.54%
B=29.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341060.1300.210.4796.4311.6747.06
Hex75866AD0152F60c2f
Octal16520615215025571401457
Binary1110101100001101101010110101010110111111000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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