#758661

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

Shades of Camouflage Green #758661

Tints of Camouflage Green #758661

Color information

#758661 (or 0x758661) is unknown color: approx Camouflage Green. HEX triplet: 75, 86 and 61. RGB value is (117,134,97). Sum of RGB (Red+Green+Blue) = 117+134+97=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #758661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758661 is #8A799E. Grayscale: #7C7C7C. Windows color (decimal): -9075103 or 6391413. OLE color: 6391413.

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

Color convert

RGB11713497-
CMYK0.1300.280.47
HSL87.57º16.02%45.29%-
HSV(B)87.57º27.61%52.55%-
XYZ18.0221.714.55-
YUV124.7112.37122.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=33.62%
G=38.51%
B=27.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117134970.1300.280.4787.5716.0245.29
Hex758661D01C2F58102d
Octal16520614115034571302055
Binary11101011000011011000011101011100101111101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758661; }

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

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

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

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

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

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

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

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