Html Css Color HEX #799502 Olive

📋 copy color: '#799502'

red 121 ◦ green 149 ◦ blue 2

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

Shades of Olive #799502

Tints of Olive #799502

RGB

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

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

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

R = 44.49%
G = 54.78%
B = 0.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#799502 (or 0x799502) is known color: Olive. HEX triplet: 79, 95 and 02. RGB value is (121,149,2). Sum of RGB (Red+Green+Blue) = 121+149+2=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #799502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799502 is #866AFD. Grayscale: #7C7C7C. Windows color (decimal): -8809214 or 169337. OLE color: 169337.

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

Color convert

RGB 121 149 2 -
CMYK 0.19 0 0.99 0.42
HSL 71.43º 0.97% 0.3% -
HSV(B) 71.43º 0.99% 0.58% -
XYZ 18.64 25.56 4.01 -
YUV 123.87 59.22 125.95 -
System Red Green Blue C M Y K H S L
Decimal 121 149 2 0.19 0 0.99 0.42 71.43 0.97 0.3
Hex 79 95 2 13 0 63 2A 47 61 1E
Octal 171 225 2 23 0 143 52 107 141 36
Binary 1111001 10010101 10 10011 0 1100011 101010 1000111 1100001 11110

Color Harmonies of #799502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799502

Black with #799502

Text Example


Text Example

White with #799502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799502; }

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

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

background-color css

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

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

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

border-color css

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

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

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