Html Css Color HEX #7C7512 Olive

📋 copy color: '#7C7512'

red 124 ◦ green 117 ◦ blue 18

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

Shades of Olive #7C7512

Tints of Olive #7C7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 47.88%
G = 45.17%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#7C7512 (or 0x7C7512) is known color: Olive. HEX triplet: 7C, 75 and 12. RGB value is (124,117,18). Sum of RGB (Red+Green+Blue) = 124+117+18=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7512 is #838AED. Grayscale: #6C6C6C. Windows color (decimal): -8620782 or 1209724. OLE color: 1209724.

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

Color convert

RGB 124 117 18 -
CMYK 0 0.06 0.85 0.51
HSL 56.04º 0.75% 0.28% -
HSV(B) 56.04º 0.85% 0.49% -
XYZ 14.78 17.05 3.08 -
YUV 107.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 124 117 18 0 0.06 0.85 0.51 56.04 0.75 0.28
Hex 7C 75 12 0 6 55 33 38 4B 1C
Octal 174 165 22 0 6 125 63 70 113 34
Binary 1111100 1110101 10010 0 110 1010101 110011 111000 1001011 11100

Color Harmonies of #7C7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7512

Black with #7C7512

Text Example


Text Example

White with #7C7512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,117,18); }

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

background-color css

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

 a { background-color: rgb(124,117,18); }

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

border-color css

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

 span { border-color: rgb(124,117,18); }

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