Html Css Color HEX #796500 Olive

📋 copy color: '#796500'

red 121 ◦ green 101 ◦ blue 0

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

Shades of Olive #796500

Tints of Olive #796500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

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

R = 54.5%
G = 45.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#796500 (or 0x796500) is known color: Olive. HEX triplet: 79, 65 and 00. RGB value is (121,101,0). Sum of RGB (Red+Green+Blue) = 121+101+0=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #796500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796500 is #869AFF. Grayscale: #5F5F5F. Windows color (decimal): -8821504 or 25977. OLE color: 25977.

HSL color Cylindrical-coordinate representation of color #796500: hue angle of 50.08º 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 #796500 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 101 0 -
CMYK 0 0.17 1 0.53
HSL 50.08º 1% 0.24% -
HSV(B) 50.08º 1% 0.47% -
XYZ 12.54 13.37 1.92 -
YUV 95.47 74.13 146.21 -
System Red Green Blue C M Y K H S L
Decimal 121 101 0 0 0.17 1 0.53 50.08 1 0.24
Hex 79 65 0 0 11 64 35 32 64 18
Octal 171 145 0 0 21 144 65 62 144 30
Binary 1111001 1100101 0 0 10001 1100100 110101 110010 1100100 11000

Color Harmonies of #796500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796500

Black with #796500

Text Example


Text Example

White with #796500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796500; }

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

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

background-color css

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

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

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

border-color css

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

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

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