#768268

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

Shades of Camouflage Green #768268

Tints of Camouflage Green #768268

Color information

#768268 (or 0x768268) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 68. RGB value is (118,130,104). Sum of RGB (Red+Green+Blue) = 118+130+104=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #768268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768268 is #897D97. Grayscale: #7B7B7B. Windows color (decimal): -9010584 or 6849142. OLE color: 6849142.

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

Color convert

RGB118130104-
CMYK0.0900.20.49
HSL87.69º11.11%45.88%-
HSV(B)87.69º20%50.98%-
XYZ17.9520.8216.17-
YUV123.45117.02124.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=33.52%
G=36.93%
B=29.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301040.0900.20.4987.6911.1145.88
Hex76826890143158b2e
Octal16620215011024611301356
Binary1110110100000101101000100101010011000110110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768268; }

 p { color: rgb(118,130,104); }

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

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

 a { background-color: rgb(118,130,104); }

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

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

 span { border-color: rgb(118,130,104); }

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