#768B2D

Color #768B2D Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #768B2D

Tints of Olive Drab #768B2D

Color information

#768B2D (or 0x768B2D) is unknown color: approx Olive Drab. HEX triplet: 76, 8B and 2D. RGB value is (118,139,45). Sum of RGB (Red+Green+Blue) = 118+139+45=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #768B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768B2D is #8974D2. Grayscale: #7A7A7A. Windows color (decimal): -9008339 or 2984822. OLE color: 2984822.

HSL color Cylindrical-coordinate representation of color #768B2D: hue angle of 73.4º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #768B2D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB11813945-
CMYK0.1500.680.45
HSL73.4º51.09%36.08%-
HSV(B)73.4º67.63%54.51%-
XYZ17.1822.515.92-
YUV12284.54125.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 45 (17.97% from 255) = 14.90%
R=39.07%
G=46.03%
B=14.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118139450.1500.680.4573.451.0936.08
Hex768B2DF0442D493324
Octal16621355170104551116344
Binary1110110100010111011011111010001001011011001001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B2D; }

 p { color: rgb(118,139,45); }

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

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

 a { background-color: rgb(118,139,45); }

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

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

 span { border-color: rgb(118,139,45); }

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