#768C2E

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

Shades of Olive Drab #768C2E

Tints of Olive Drab #768C2E

Color information

#768C2E (or 0x768C2E) is unknown color: approx Olive Drab. HEX triplet: 76, 8C and 2E. RGB value is (118,140,46). Sum of RGB (Red+Green+Blue) = 118+140+46=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 140 - color contains mainly: green. Hex color #768C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768C2E is #8973D1. Grayscale: #7B7B7B. Windows color (decimal): -9008082 or 3050614. OLE color: 3050614.

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

Color convert

RGB11814046-
CMYK0.1600.670.45
HSL74.04º50.54%36.47%-
HSV(B)74.04º67.14%54.9%-
XYZ17.3422.86.07-
YUV122.7184.71124.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=38.82%
G=46.05%
B=15.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118140460.1600.670.4574.0450.5436.47
Hex768C2E100432D4a3324
Octal16621456200103551126344
Binary11101101000110010111010000010000111011011001010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,140,46); }

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

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

 a { background-color: rgb(118,140,46); }

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

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

 span { border-color: rgb(118,140,46); }

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