Html Css Color HEX #7C790E Olive

📋 copy color: '#7C790E'

red 124 ◦ green 121 ◦ blue 14

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

Shades of Olive #7C790E

Tints of Olive #7C790E

RGB

 RED value IS 124 (48.83% from 255) = 47.88%

 GREEN value IS 121 (47.66% from 255) = 46.72%

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

R = 47.88%
G = 46.72%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C790E (or 0x7C790E) is known color: Olive. HEX triplet: 7C, 79 and 0E. RGB value is (124,121,14). Sum of RGB (Red+Green+Blue) = 124+121+14=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C790E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C790E is #8386F1. Grayscale: #6E6E6E. Windows color (decimal): -8619762 or 948604. OLE color: 948604.

HSL color Cylindrical-coordinate representation of color #7C790E: hue angle of 58.36º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7C790E is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 121 14 -
CMYK 0 0.02 0.89 0.51
HSL 58.36º 0.8% 0.27% -
HSV(B) 58.36º 0.89% 0.49% -
XYZ 15.23 17.99 3.09 -
YUV 109.7 73.99 138.2 -
System Red Green Blue C M Y K H S L
Decimal 124 121 14 0 0.02 0.89 0.51 58.36 0.8 0.27
Hex 7C 79 E 0 2 59 33 3A 50 1B
Octal 174 171 16 0 2 131 63 72 120 33
Binary 1111100 1111001 1110 0 10 1011001 110011 111010 1010000 11011

Color Harmonies of #7C790E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C790E

Black with #7C790E

Text Example


Text Example

White with #7C790E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C790E; }

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

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

background-color css

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

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

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

border-color css

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

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

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