#799703

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

Shades of Olive #799703

Tints of Olive #799703

Color information

#799703 (or 0x799703) is unknown color: approx Olive. HEX triplet: 79, 97 and 03. RGB value is (121,151,3). Sum of RGB (Red+Green+Blue) = 121+151+3=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #799703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799703 is #8668FC. Grayscale: #7D7D7D. Windows color (decimal): -8808701 or 235385. OLE color: 235385.

HSL color Cylindrical-coordinate representation of color #799703: hue angle of 72.16º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #799703 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB1211513-
CMYK0.2000.980.41
HSL72.16º96.1%30.2%-
HSV(B)72.16º98.01%59.22%-
XYZ18.9726.24.14-
YUV125.1659.06125.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 151 (59.38% from 255) = 54.91%
BLUE value IS 3 (1.56% from 255) = 1.09%
R=44%
G=54.91%
B=1.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12115130.2000.980.4172.1696.130.2
Hex79973140622948601e
Octal17122732401425111014036
Binary1111001100101111110100011000101010011001000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799703; }

 p { color: rgb(121,151,3); }

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

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

 a { background-color: rgb(121,151,3); }

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

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

 span { border-color: rgb(121,151,3); }

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