Html Css Color HEX #798802 Olive

📋 copy color: '#798802'

red 121 ◦ green 136 ◦ blue 2

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

Shades of Olive #798802

Tints of Olive #798802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.51%

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

R = 46.72%
G = 52.51%
B = 0.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#798802 (or 0x798802) is known color: Olive. HEX triplet: 79, 88 and 02. RGB value is (121,136,2). Sum of RGB (Red+Green+Blue) = 121+136+2=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #798802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798802 is #8677FD. Grayscale: #747474. Windows color (decimal): -8812542 or 166009. OLE color: 166009.

HSL color Cylindrical-coordinate representation of color #798802: hue angle of 66.72º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #798802 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 121 136 2 -
CMYK 0.11 0 0.99 0.47
HSL 66.72º 0.97% 0.27% -
HSV(B) 66.72º 0.99% 0.53% -
XYZ 16.7 21.68 3.36 -
YUV 116.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 121 136 2 0.11 0 0.99 0.47 66.72 0.97 0.27
Hex 79 88 2 B 0 63 2F 43 61 1B
Octal 171 210 2 13 0 143 57 103 141 33
Binary 1111001 10001000 10 1011 0 1100011 101111 1000011 1100001 11011

Color Harmonies of #798802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798802

Black with #798802

Text Example


Text Example

White with #798802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798802; }

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

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

background-color css

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

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

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

border-color css

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

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

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