#769422

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

Shades of Olive Drab #769422

Tints of Olive Drab #769422

Color information

#769422 (or 0x769422) is unknown color: approx Olive Drab. HEX triplet: 76, 94 and 22. RGB value is (118,148,34). Sum of RGB (Red+Green+Blue) = 118+148+34=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #769422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769422 is #896BDD. Grayscale: #7E7E7E. Windows color (decimal): -9006046 or 2266230. OLE color: 2266230.

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

Color convert

RGB11814834-
CMYK0.2000.770.42
HSL75.79º62.64%35.69%-
HSV(B)75.79º77.03%58.04%-
XYZ18.3525.155.4-
YUV126.0376.06122.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 34 (13.67% from 255) = 11.33%
R=39.33%
G=49.33%
B=11.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148340.2000.770.4275.7962.6435.69
Hex7694221404D2A4c3f24
Octal16622442240115521147744
Binary11101101001010010001010100010011011010101001100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769422; }

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

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

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

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

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

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

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

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