Html Css Color HEX #7C770E Olive

📋 copy color: '#7C770E'

red 124 ◦ green 119 ◦ blue 14

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

Shades of Olive #7C770E

Tints of Olive #7C770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 48.25%
G = 46.3%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7C770E (or 0x7C770E) is known color: Olive. HEX triplet: 7C, 77 and 0E. RGB value is (124,119,14). Sum of RGB (Red+Green+Blue) = 124+119+14=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C770E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C770E is #8388F1. Grayscale: #6C6C6C. Windows color (decimal): -8620274 or 948092. OLE color: 948092.

HSL color Cylindrical-coordinate representation of color #7C770E: hue angle of 57.27º 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 #7C770E is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 14 -
CMYK 0 0.04 0.89 0.51
HSL 57.27º 0.8% 0.27% -
HSV(B) 57.27º 0.89% 0.49% -
XYZ 14.99 17.51 3.01 -
YUV 108.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 124 119 14 0 0.04 0.89 0.51 57.27 0.8 0.27
Hex 7C 77 E 0 4 59 33 39 50 1B
Octal 174 167 16 0 4 131 63 71 120 33
Binary 1111100 1110111 1110 0 100 1011001 110011 111001 1010000 11011

Color Harmonies of #7C770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C770E

Black with #7C770E

Text Example


Text Example

White with #7C770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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