#758368

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

Shades of Camouflage Green #758368

Tints of Camouflage Green #758368

Color information

#758368 (or 0x758368) is unknown color: approx Camouflage Green. HEX triplet: 75, 83 and 68. RGB value is (117,131,104). Sum of RGB (Red+Green+Blue) = 117+131+104=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #758368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758368 is #8A7C97. Grayscale: #7B7B7B. Windows color (decimal): -9075864 or 6849397. OLE color: 6849397.

HSL color Cylindrical-coordinate representation of color #758368: hue angle of 91.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #758368 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB117131104-
CMYK0.1100.210.49
HSL91.11º11.49%46.08%-
HSV(B)91.11º20.61%51.37%-
XYZ17.9521.0116.21-
YUV123.74116.86123.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=33.24%
G=37.22%
B=29.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311040.1100.210.4991.1111.4946.08
Hex758368B015315bb2e
Octal16520315013025611331356
Binary1110101100000111101000101101010111000110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758368; }

 p { color: rgb(117,131,104); }

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

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

 a { background-color: rgb(117,131,104); }

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

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

 span { border-color: rgb(117,131,104); }

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