#758761

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

Shades of Camouflage Green #758761

Tints of Camouflage Green #758761

Color information

#758761 (or 0x758761) is unknown color: approx Camouflage Green. HEX triplet: 75, 87 and 61. RGB value is (117,135,97). Sum of RGB (Red+Green+Blue) = 117+135+97=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #758761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758761 is #8A789E. Grayscale: #7D7D7D. Windows color (decimal): -9074847 or 6391669. OLE color: 6391669.

HSL color Cylindrical-coordinate representation of color #758761: hue angle of 88.42º 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 #758761 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB11713597-
CMYK0.1300.280.47
HSL88.42º16.38%45.49%-
HSV(B)88.42º28.15%52.94%-
XYZ18.1621.9714.59-
YUV125.29112.04122.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=33.52%
G=38.68%
B=27.79%

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
Decimal117135970.1300.280.4788.4216.3845.49
Hex758761D01C2F58102d
Octal16520714115034571302055
Binary11101011000011111000011101011100101111101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758761; }

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

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

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

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

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

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

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

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