Html Css Color HEX #799304 Olive

📋 copy color: '#799304'

red 121 ◦ green 147 ◦ blue 4

#799304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #799304

Tints of Olive #799304

RGB

 RED value IS 121 (47.66% from 255) = 44.49%

 GREEN value IS 147 (57.81% from 255) = 54.04%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 44.49%
G = 54.04%
B = 1.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#799304 (or 0x799304) is known color: Olive. HEX triplet: 79, 93 and 04. RGB value is (121,147,4). Sum of RGB (Red+Green+Blue) = 121+147+4=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #799304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799304 is #866CFB. Grayscale: #7B7B7B. Windows color (decimal): -8809724 or 299897. OLE color: 299897.

HSL color Cylindrical-coordinate representation of color #799304: hue angle of 70.91º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799304 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 4 -
CMYK 0.18 0 0.97 0.42
HSL 70.91º 0.95% 0.3% -
HSV(B) 70.91º 0.97% 0.58% -
XYZ 18.34 24.94 3.96 -
YUV 122.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 121 147 4 0.18 0 0.97 0.42 70.91 0.95 0.3
Hex 79 93 4 12 0 61 2A 47 5F 1E
Octal 171 223 4 22 0 141 52 107 137 36
Binary 1111001 10010011 100 10010 0 1100001 101010 1000111 1011111 11110

Color Harmonies of #799304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799304

Black with #799304

Text Example


Text Example

White with #799304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799304; }

 p { color: rgb(121,147,4); }

 H1.HeaderClassName
 {
   color: #799304;
 }
 .AnyTagClassName
 {
   color: #799304;
 }
</style>

background-color css

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

 a { background-color: rgb(121,147,4); }

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

border-color css

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

 span { border-color: rgb(121,147,4); }

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