Html Css Color HEX #799505 Olive

📋 copy color: '#799505'

red 121 ◦ green 149 ◦ blue 5

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

Shades of Olive #799505

Tints of Olive #799505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 44%
G = 54.18%
B = 1.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#799505 (or 0x799505) is known color: Olive. HEX triplet: 79, 95 and 05. RGB value is (121,149,5). Sum of RGB (Red+Green+Blue) = 121+149+5=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #799505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799505 is #866AFA. Grayscale: #7C7C7C. Windows color (decimal): -8809211 or 365945. OLE color: 365945.

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

Color convert

RGB 121 149 5 -
CMYK 0.19 0 0.97 0.42
HSL 71.67º 0.94% 0.3% -
HSV(B) 71.67º 0.97% 0.58% -
XYZ 18.66 25.57 4.1 -
YUV 124.21 60.72 125.71 -
System Red Green Blue C M Y K H S L
Decimal 121 149 5 0.19 0 0.97 0.42 71.67 0.94 0.3
Hex 79 95 5 13 0 61 2A 48 5E 1E
Octal 171 225 5 23 0 141 52 110 136 36
Binary 1111001 10010101 101 10011 0 1100001 101010 1001000 1011110 11110

Color Harmonies of #799505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799505

Black with #799505

Text Example


Text Example

White with #799505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799505; }

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

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

background-color css

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

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

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

border-color css

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

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

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