#768D29

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

Shades of Olive Drab #768D29

Tints of Olive Drab #768D29

Color information

#768D29 (or 0x768D29) is unknown color: approx Olive Drab. HEX triplet: 76, 8D and 29. RGB value is (118,141,41). Sum of RGB (Red+Green+Blue) = 118+141+41=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #768D29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D29 is #8972D6. Grayscale: #7B7B7B. Windows color (decimal): -9007831 or 2723190. OLE color: 2723190.

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

Color convert

RGB11814141-
CMYK0.1600.710.45
HSL73.8º54.95%35.69%-
HSV(B)73.8º70.92%55.29%-
XYZ17.423.065.63-
YUV122.7281.88124.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=39.33%
G=47%
B=13.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118141410.1600.710.4573.854.9535.69
Hex768D29100472D4a3724
Octal16621551200107551126744
Binary11101101000110110100110000010001111011011001010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,41); }

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

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

 a { background-color: rgb(118,141,41); }

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

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

 span { border-color: rgb(118,141,41); }

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