Html Css Color HEX #798502 Olive

📋 copy color: '#798502'

red 121 ◦ green 133 ◦ blue 2

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

Shades of Olive #798502

Tints of Olive #798502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

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

R = 47.27%
G = 51.95%
B = 0.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#798502 (or 0x798502) is known color: Olive. HEX triplet: 79, 85 and 02. RGB value is (121,133,2). Sum of RGB (Red+Green+Blue) = 121+133+2=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #798502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798502 is #867AFD. Grayscale: #727272. Windows color (decimal): -8813310 or 165241. OLE color: 165241.

HSL color Cylindrical-coordinate representation of color #798502: hue angle of 65.5º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #798502 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 133 2 -
CMYK 0.09 0 0.98 0.48
HSL 65.5º 0.97% 0.26% -
HSV(B) 65.5º 0.98% 0.52% -
XYZ 16.28 20.84 3.22 -
YUV 114.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 121 133 2 0.09 0 0.98 0.48 65.5 0.97 0.26
Hex 79 85 2 9 0 62 30 41 61 1A
Octal 171 205 2 11 0 142 60 101 141 32
Binary 1111001 10000101 10 1001 0 1100010 110000 1000001 1100001 11010

Color Harmonies of #798502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798502

Black with #798502

Text Example


Text Example

White with #798502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798502; }

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

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

background-color css

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

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

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

border-color css

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

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

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