#768768

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

Shades of Camouflage Green #768768

Tints of Camouflage Green #768768

Color information

#768768 (or 0x768768) is unknown color: approx Camouflage Green. HEX triplet: 76, 87 and 68. RGB value is (118,135,104). Sum of RGB (Red+Green+Blue) = 118+135+104=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #768768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768768 is #897897. Grayscale: #7E7E7E. Windows color (decimal): -9009304 or 6850422. OLE color: 6850422.

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

Color convert

RGB118135104-
CMYK0.1300.230.47
HSL92.9º12.97%46.86%-
HSV(B)92.9º22.96%52.94%-
XYZ18.6322.1816.4-
YUV126.38115.37122.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=33.05%
G=37.82%
B=29.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351040.1300.230.4792.912.9746.86
Hex768768D0172F5dd2f
Octal16620715015027571351557
Binary1110110100001111101000110101011110111110111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768768; }

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

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

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

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

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

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

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

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