#799422

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

Shades of Olive Drab #799422

Tints of Olive Drab #799422

Color information

#799422 (or 0x799422) is unknown color: approx Olive Drab. HEX triplet: 79, 94 and 22. RGB value is (121,148,34). Sum of RGB (Red+Green+Blue) = 121+148+34=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #799422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799422 is #866BDD. Grayscale: #7F7F7F. Windows color (decimal): -8809438 or 2266233. OLE color: 2266233.

HSL color Cylindrical-coordinate representation of color #799422: hue angle of 74.21º 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 #799422 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB12114834-
CMYK0.1800.770.42
HSL74.21º62.64%35.69%-
HSV(B)74.21º77.03%58.04%-
XYZ18.7625.365.42-
YUV126.9375.55123.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.93%
GREEN value IS 148 (58.20% from 255) = 48.84%
BLUE value IS 34 (13.67% from 255) = 11.22%
R=39.93%
G=48.84%
B=11.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121148340.1800.770.4274.2162.6435.69
Hex7994221204D2A4a3f24
Octal17122442220115521127744
Binary11110011001010010001010010010011011010101001010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799422; }

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

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

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

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

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

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

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

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