Html Css Color HEX #799508 Olive

📋 copy color: '#799508'

red 121 ◦ green 149 ◦ blue 8

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

Shades of Olive #799508

Tints of Olive #799508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.6%

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

R = 43.53%
G = 53.6%
B = 2.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#799508 (or 0x799508) is known color: Olive. HEX triplet: 79, 95 and 08. RGB value is (121,149,8). Sum of RGB (Red+Green+Blue) = 121+149+8=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #799508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799508 is #866AF7. Grayscale: #7D7D7D. Windows color (decimal): -8809208 or 562553. OLE color: 562553.

HSL color Cylindrical-coordinate representation of color #799508: hue angle of 71.91º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #799508 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 8 -
CMYK 0.19 0 0.95 0.42
HSL 71.91º 0.9% 0.31% -
HSV(B) 71.91º 0.95% 0.58% -
XYZ 18.68 25.58 4.18 -
YUV 124.55 62.22 125.46 -
System Red Green Blue C M Y K H S L
Decimal 121 149 8 0.19 0 0.95 0.42 71.91 0.9 0.31
Hex 79 95 8 13 0 5F 2A 48 5A 1F
Octal 171 225 10 23 0 137 52 110 132 37
Binary 1111001 10010101 1000 10011 0 1011111 101010 1001000 1011010 11111

Color Harmonies of #799508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799508

Black with #799508

Text Example


Text Example

White with #799508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799508; }

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

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

background-color css

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

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

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

border-color css

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

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

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