Html Css Color HEX #798900 Olive

📋 copy color: '#798900'

red 121 ◦ green 137 ◦ blue 0

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

Shades of Olive #798900

Tints of Olive #798900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.1%

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

R = 46.9%
G = 53.1%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#798900 (or 0x798900) is known color: Olive. HEX triplet: 79, 89 and 00. RGB value is (121,137,0). Sum of RGB (Red+Green+Blue) = 121+137+0=258 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.90% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #798900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798900 is #8676FF. Grayscale: #757575. Windows color (decimal): -8812288 or 35193. OLE color: 35193.

HSL color Cylindrical-coordinate representation of color #798900: hue angle of 67.01º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #798900 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 137 0 -
CMYK 0.12 0 1 0.46
HSL 67.01º 1% 0.27% -
HSV(B) 67.01º 1% 0.54% -
XYZ 16.83 21.96 3.35 -
YUV 116.6 62.2 131.14 -
System Red Green Blue C M Y K H S L
Decimal 121 137 0 0.12 0 1 0.46 67.01 1 0.27
Hex 79 89 0 C 0 64 2E 43 64 1B
Octal 171 211 0 14 0 144 56 103 144 33
Binary 1111001 10001001 0 1100 0 1100100 101110 1000011 1100100 11011

Color Harmonies of #798900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798900

Black with #798900

Text Example


Text Example

White with #798900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798900; }

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

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

background-color css

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

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

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

border-color css

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

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

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