#768561

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

Shades of Camouflage Green #768561

Tints of Camouflage Green #768561

Color information

#768561 (or 0x768561) is unknown color: approx Camouflage Green. HEX triplet: 76, 85 and 61. RGB value is (118,133,97). Sum of RGB (Red+Green+Blue) = 118+133+97=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #768561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768561 is #897A9E. Grayscale: #7C7C7C. Windows color (decimal): -9009823 or 6391158. OLE color: 6391158.

HSL color Cylindrical-coordinate representation of color #768561: hue angle of 85º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768561 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB11813397-
CMYK0.1100.270.48
HSL85º15.65%45.1%-
HSV(B)85º27.07%52.16%-
XYZ18.0221.4914.51-
YUV124.41112.53123.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=33.91%
G=38.22%
B=27.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133970.1100.270.488515.6545.1
Hex768561B01B3055102d
Octal16620514113033601252055
Binary11101101000010111000011011011011110000101010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768561; }

 p { color: rgb(118,133,97); }

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

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

 a { background-color: rgb(118,133,97); }

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

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

 span { border-color: rgb(118,133,97); }

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