Html Css Color HEX #7C770C Olive

📋 copy color: '#7C770C'

red 124 ◦ green 119 ◦ blue 12

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

Shades of Olive #7C770C

Tints of Olive #7C770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 48.63%
G = 46.67%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7C770C (or 0x7C770C) is known color: Olive. HEX triplet: 7C, 77 and 0C. RGB value is (124,119,12). Sum of RGB (Red+Green+Blue) = 124+119+12=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C770C is #8388F3. Grayscale: #6C6C6C. Windows color (decimal): -8620276 or 817020. OLE color: 817020.

HSL color Cylindrical-coordinate representation of color #7C770C: hue angle of 57.32º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C770C is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 119 12 -
CMYK 0 0.04 0.90 0.51
HSL 57.32º 0.82% 0.27% -
HSV(B) 57.32º 0.9% 0.49% -
XYZ 14.98 17.51 2.94 -
YUV 108.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 124 119 12 0 0.04 0.90 0.51 57.32 0.82 0.27
Hex 7C 77 C 0 4 5A 33 39 52 1B
Octal 174 167 14 0 4 132 63 71 122 33
Binary 1111100 1110111 1100 0 100 1011010 110011 111001 1010010 11011

Color Harmonies of #7C770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C770C

Black with #7C770C

Text Example


Text Example

White with #7C770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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