Html Css Color HEX #797B0B Olive

📋 copy color: '#797B0B'

red 121 ◦ green 123 ◦ blue 11

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

Shades of Olive #797B0B

Tints of Olive #797B0B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.24%

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 47.45%
G = 48.24%
B = 4.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#797B0B (or 0x797B0B) is known color: Olive. HEX triplet: 79, 7B and 0B. RGB value is (121,123,11). Sum of RGB (Red+Green+Blue) = 121+123+11=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #797B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797B0B is #8684F4. Grayscale: #6E6E6E. Windows color (decimal): -8815861 or 752505. OLE color: 752505.

HSL color Cylindrical-coordinate representation of color #797B0B: hue angle of 61.07º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #797B0B is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 123 11 -
CMYK 0.02 0 0.91 0.52
HSL 61.07º 0.84% 0.26% -
HSV(B) 61.07º 0.91% 0.48% -
XYZ 15.03 18.26 3.05 -
YUV 109.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 121 123 11 0.02 0 0.91 0.52 61.07 0.84 0.26
Hex 79 7B B 2 0 5B 34 3D 54 1A
Octal 171 173 13 2 0 133 64 75 124 32
Binary 1111001 1111011 1011 10 0 1011011 110100 111101 1010100 11010

Color Harmonies of #797B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797B0B

Black with #797B0B

Text Example


Text Example

White with #797B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797B0B; }

 p { color: rgb(121,123,11); }

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

background-color css

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

 a { background-color: rgb(121,123,11); }

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

border-color css

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

 span { border-color: rgb(121,123,11); }

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