Html Css Color HEX #798008 Olive

📋 copy color: '#798008'

red 121 ◦ green 128 ◦ blue 8

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

Shades of Olive #798008

Tints of Olive #798008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.81%

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 47.08%
G = 49.81%
B = 3.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#798008 (or 0x798008) is known color: Olive. HEX triplet: 79, 80 and 08. RGB value is (121,128,8). Sum of RGB (Red+Green+Blue) = 121+128+8=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #798008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798008 is #867FF7. Grayscale: #707070. Windows color (decimal): -8814584 or 557177. OLE color: 557177.

HSL color Cylindrical-coordinate representation of color #798008: hue angle of 63.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #798008 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 128 8 -
CMYK 0.05 0 0.94 0.50
HSL 63.5º 0.88% 0.27% -
HSV(B) 63.5º 0.94% 0.5% -
XYZ 15.65 19.52 3.17 -
YUV 112.23 69.18 134.26 -
System Red Green Blue C M Y K H S L
Decimal 121 128 8 0.05 0 0.94 0.50 63.5 0.88 0.27
Hex 79 80 8 5 0 5E 32 40 58 1B
Octal 171 200 10 5 0 136 62 100 130 33
Binary 1111001 10000000 1000 101 0 1011110 110010 1000000 1011000 11011

Color Harmonies of #798008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798008

Black with #798008

Text Example


Text Example

White with #798008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798008; }

 p { color: rgb(121,128,8); }

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

background-color css

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

 a { background-color: rgb(121,128,8); }

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

border-color css

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

 span { border-color: rgb(121,128,8); }

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