Html Css Color HEX #798B02 Olive

📋 copy color: '#798B02'

red 121 ◦ green 139 ◦ blue 2

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

Shades of Olive #798B02

Tints of Olive #798B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.05%

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

R = 46.18%
G = 53.05%
B = 0.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#798B02 (or 0x798B02) is known color: Olive. HEX triplet: 79, 8B and 02. RGB value is (121,139,2). Sum of RGB (Red+Green+Blue) = 121+139+2=262 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.18% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #798B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798B02 is #8674FD. Grayscale: #767676. Windows color (decimal): -8811774 or 166777. OLE color: 166777.

HSL color Cylindrical-coordinate representation of color #798B02: hue angle of 67.88º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #798B02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 139 2 -
CMYK 0.13 0 0.99 0.45
HSL 67.88º 0.97% 0.28% -
HSV(B) 67.88º 0.99% 0.55% -
XYZ 17.13 22.53 3.5 -
YUV 118 62.54 130.14 -
System Red Green Blue C M Y K H S L
Decimal 121 139 2 0.13 0 0.99 0.45 67.88 0.97 0.28
Hex 79 8B 2 D 0 63 2D 44 61 1C
Octal 171 213 2 15 0 143 55 104 141 34
Binary 1111001 10001011 10 1101 0 1100011 101101 1000100 1100001 11100

Color Harmonies of #798B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B02

Black with #798B02

Text Example


Text Example

White with #798B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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