Html Css Color HEX #799400 Olive

📋 copy color: '#799400'

red 121 ◦ green 148 ◦ blue 0

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

Shades of Olive #799400

Tints of Olive #799400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 55.02%

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

R = 44.98%
G = 55.02%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#799400 (or 0x799400) is known color: Olive. HEX triplet: 79, 94 and 00. RGB value is (121,148,0). Sum of RGB (Red+Green+Blue) = 121+148+0=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #799400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799400 is #866BFF. Grayscale: #7B7B7B. Windows color (decimal): -8809472 or 38009. OLE color: 38009.

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

Color convert

RGB 121 148 0 -
CMYK 0.18 0 1 0.42
HSL 70.95º 1% 0.29% -
HSV(B) 70.95º 1% 0.58% -
XYZ 18.48 25.24 3.9 -
YUV 123.06 58.55 126.53 -
System Red Green Blue C M Y K H S L
Decimal 121 148 0 0.18 0 1 0.42 70.95 1 0.29
Hex 79 94 0 12 0 64 2A 47 64 1D
Octal 171 224 0 22 0 144 52 107 144 35
Binary 1111001 10010100 0 10010 0 1100100 101010 1000111 1100100 11101

Color Harmonies of #799400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799400

Black with #799400

Text Example


Text Example

White with #799400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799400; }

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

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

background-color css

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

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

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

border-color css

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

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

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