Html Css Color HEX #799800 Olive

📋 copy color: '#799800'

red 121 ◦ green 152 ◦ blue 0

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

Shades of Olive #799800

Tints of Olive #799800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

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

R = 44.32%
G = 55.68%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#799800 (or 0x799800) is known color: Olive. HEX triplet: 79, 98 and 00. RGB value is (121,152,0). Sum of RGB (Red+Green+Blue) = 121+152+0=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #799800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799800 is #8667FF. Grayscale: #7D7D7D. Windows color (decimal): -8808448 or 39033. OLE color: 39033.

HSL color Cylindrical-coordinate representation of color #799800: hue angle of 72.24º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #799800 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 152 0 -
CMYK 0.20 0 1 0.40
HSL 72.24º 1% 0.3% -
HSV(B) 72.24º 1% 0.6% -
XYZ 19.11 26.52 4.11 -
YUV 125.4 57.23 124.86 -
System Red Green Blue C M Y K H S L
Decimal 121 152 0 0.20 0 1 0.40 72.24 1 0.3
Hex 79 98 0 14 0 64 28 48 64 1E
Octal 171 230 0 24 0 144 50 110 144 36
Binary 1111001 10011000 0 10100 0 1100100 101000 1001000 1100100 11110

Color Harmonies of #799800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799800

Black with #799800

Text Example


Text Example

White with #799800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799800; }

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

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

background-color css

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

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

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

border-color css

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

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

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