Html Css Color HEX #7C770A Olive

📋 copy color: '#7C770A'

red 124 ◦ green 119 ◦ blue 10

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

Shades of Olive #7C770A

Tints of Olive #7C770A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 49.01%
G = 47.04%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7C770A (or 0x7C770A) is known color: Olive. HEX triplet: 7C, 77 and 0A. RGB value is (124,119,10). Sum of RGB (Red+Green+Blue) = 124+119+10=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C770A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C770A is #8388F5. Grayscale: #6C6C6C. Windows color (decimal): -8620278 or 685948. OLE color: 685948.

HSL color Cylindrical-coordinate representation of color #7C770A: hue angle of 57.37º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C770A is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 10 -
CMYK 0 0.04 0.92 0.51
HSL 57.37º 0.85% 0.26% -
HSV(B) 57.37º 0.92% 0.49% -
XYZ 14.96 17.5 2.88 -
YUV 108.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 124 119 10 0 0.04 0.92 0.51 57.37 0.85 0.26
Hex 7C 77 A 0 4 5C 33 39 55 1A
Octal 174 167 12 0 4 134 63 71 125 32
Binary 1111100 1110111 1010 0 100 1011100 110011 111001 1010101 11010

Color Harmonies of #7C770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C770A

Black with #7C770A

Text Example


Text Example

White with #7C770A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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