Html Css Color HEX #796B00 Olive

📋 copy color: '#796B00'

red 121 ◦ green 107 ◦ blue 0

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

Shades of Olive #796B00

Tints of Olive #796B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.07%
G = 46.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#796B00 (or 0x796B00) is known color: Olive. HEX triplet: 79, 6B and 00. RGB value is (121,107,0). Sum of RGB (Red+Green+Blue) = 121+107+0=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #796B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796B00 is #8694FF. Grayscale: #636363. Windows color (decimal): -8819968 or 27513. OLE color: 27513.

HSL color Cylindrical-coordinate representation of color #796B00: hue angle of 53.06º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #796B00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 107 0 -
CMYK 0 0.12 1 0.53
HSL 53.06º 1% 0.24% -
HSV(B) 53.06º 1% 0.47% -
XYZ 13.14 14.58 2.12 -
YUV 98.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 121 107 0 0 0.12 1 0.53 53.06 1 0.24
Hex 79 6B 0 0 C 64 35 35 64 18
Octal 171 153 0 0 14 144 65 65 144 30
Binary 1111001 1101011 0 0 1100 1100100 110101 110101 1100100 11000

Color Harmonies of #796B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B00

Black with #796B00

Text Example


Text Example

White with #796B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796B00; }

 p { color: rgb(121,107,0); }

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

background-color css

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

 a { background-color: rgb(121,107,0); }

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

border-color css

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

 span { border-color: rgb(121,107,0); }

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