#758261

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

Shades of Camouflage Green #758261

Tints of Camouflage Green #758261

Color information

#758261 (or 0x758261) is unknown color: approx Camouflage Green. HEX triplet: 75, 82 and 61. RGB value is (117,130,97). Sum of RGB (Red+Green+Blue) = 117+130+97=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #758261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758261 is #8A7D9E. Grayscale: #7A7A7A. Windows color (decimal): -9076127 or 6390389. OLE color: 6390389.

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

Color convert

RGB11713097-
CMYK0.100.250.49
HSL83.64º14.54%44.51%-
HSV(B)83.64º25.38%50.98%-
XYZ17.4820.6114.37-
YUV122.35113.69124.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=34.01%
G=37.79%
B=28.20%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117130970.100.250.4983.6414.5444.51
Hex758261A0193154f2d
Octal16520214112031611241755
Binary1110101100000101100001101001100111000110101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758261; }

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

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

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

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

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

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

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

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