#769413

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

Shades of Olive Drab #769413

Tints of Olive Drab #769413

Color information

#769413 (or 0x769413) is unknown color: approx Olive Drab. HEX triplet: 76, 94 and 13. RGB value is (118,148,19). Sum of RGB (Red+Green+Blue) = 118+148+19=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #769413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #769413 is #896BEC. Grayscale: #7C7C7C. Windows color (decimal): -9006061 or 1283190. OLE color: 1283190.

HSL color Cylindrical-coordinate representation of color #769413: hue angle of 73.95º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #769413 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB11814819-
CMYK0.2000.870.42
HSL73.95º77.25%32.75%-
HSV(B)73.95º87.16%58.04%-
XYZ18.1825.084.5-
YUV124.3268.56123.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=41.40%
G=51.93%
B=6.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148190.2000.870.4273.9577.2532.75
Hex769413140572A4a4d21
Octal166224232401275211211541
Binary11101101001010010011101000101011110101010010101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769413; }

 p { color: rgb(118,148,19); }

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

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

 a { background-color: rgb(118,148,19); }

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

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

 span { border-color: rgb(118,148,19); }

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