Html Css Color HEX #79780E Olive

📋 copy color: '#79780E'

red 121 ◦ green 120 ◦ blue 14

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

Shades of Olive #79780E

Tints of Olive #79780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

 BLUE value IS 14 (5.86% from 255) = 5.49%

R = 47.45%
G = 47.06%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79780E (or 0x79780E) is known color: Olive. HEX triplet: 79, 78 and 0E. RGB value is (121,120,14). Sum of RGB (Red+Green+Blue) = 121+120+14=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79780E is #8687F1. Grayscale: #6C6C6C. Windows color (decimal): -8816626 or 948345. OLE color: 948345.

HSL color Cylindrical-coordinate representation of color #79780E: hue angle of 59.44º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79780E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 120 14 -
CMYK 0 0.01 0.88 0.53
HSL 59.44º 0.79% 0.26% -
HSV(B) 59.44º 0.88% 0.47% -
XYZ 14.68 17.53 3.03 -
YUV 108.22 74.83 137.12 -
System Red Green Blue C M Y K H S L
Decimal 121 120 14 0 0.01 0.88 0.53 59.44 0.79 0.26
Hex 79 78 E 0 1 58 35 3B 4F 1A
Octal 171 170 16 0 1 130 65 73 117 32
Binary 1111001 1111000 1110 0 1 1011000 110101 111011 1001111 11010

Color Harmonies of #79780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79780E

Black with #79780E

Text Example


Text Example

White with #79780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79780E; }

 p { color: rgb(121,120,14); }

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

background-color css

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

 a { background-color: rgb(121,120,14); }

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

border-color css

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

 span { border-color: rgb(121,120,14); }

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