Html Css Color HEX #799602 Olive

📋 copy color: '#799602'

red 121 ◦ green 150 ◦ blue 2

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

Shades of Olive #799602

Tints of Olive #799602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.95%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 44.32%
G = 54.95%
B = 0.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#799602 (or 0x799602) is known color: Olive. HEX triplet: 79, 96 and 02. RGB value is (121,150,2). Sum of RGB (Red+Green+Blue) = 121+150+2=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #799602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799602 is #8669FD. Grayscale: #7D7D7D. Windows color (decimal): -8808958 or 169593. OLE color: 169593.

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

Color convert

RGB 121 150 2 -
CMYK 0.19 0 0.99 0.41
HSL 71.76º 0.97% 0.3% -
HSV(B) 71.76º 0.99% 0.59% -
XYZ 18.8 25.88 4.06 -
YUV 124.46 58.89 125.53 -
System Red Green Blue C M Y K H S L
Decimal 121 150 2 0.19 0 0.99 0.41 71.76 0.97 0.3
Hex 79 96 2 13 0 63 29 48 61 1E
Octal 171 226 2 23 0 143 51 110 141 36
Binary 1111001 10010110 10 10011 0 1100011 101001 1001000 1100001 11110

Color Harmonies of #799602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799602

Black with #799602

Text Example


Text Example

White with #799602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799602; }

 p { color: rgb(121,150,2); }

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

background-color css

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

 a { background-color: rgb(121,150,2); }

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

border-color css

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

 span { border-color: rgb(121,150,2); }

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