Html Css Color HEX #798400 Olive

📋 copy color: '#798400'

red 121 ◦ green 132 ◦ blue 0

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

Shades of Olive #798400

Tints of Olive #798400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.83%
G = 52.17%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#798400 (or 0x798400) is known color: Olive. HEX triplet: 79, 84 and 00. RGB value is (121,132,0). Sum of RGB (Red+Green+Blue) = 121+132+0=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #798400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798400 is #867BFF. Grayscale: #727272. Windows color (decimal): -8813568 or 33913. OLE color: 33913.

HSL color Cylindrical-coordinate representation of color #798400: hue angle of 65º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798400 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 132 0 -
CMYK 0.08 0 1 0.48
HSL 65º 1% 0.26% -
HSV(B) 65º 1% 0.52% -
XYZ 16.14 20.57 3.12 -
YUV 113.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 121 132 0 0.08 0 1 0.48 65 1 0.26
Hex 79 84 0 8 0 64 30 41 64 1A
Octal 171 204 0 10 0 144 60 101 144 32
Binary 1111001 10000100 0 1000 0 1100100 110000 1000001 1100100 11010

Color Harmonies of #798400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798400

Black with #798400

Text Example


Text Example

White with #798400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798400; }

 p { color: rgb(121,132,0); }

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

background-color css

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

 a { background-color: rgb(121,132,0); }

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

border-color css

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

 span { border-color: rgb(121,132,0); }

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