Html Css Color HEX #747C11 Olive

📋 copy color: '#747C11'

red 116 ◦ green 124 ◦ blue 17

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

Shades of Olive #747C11

Tints of Olive #747C11

RGB

 RED value IS 116 (45.7% from 255) = 45.14%

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

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 45.14%
G = 48.25%
B = 6.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#747C11 (or 0x747C11) is known color: Olive. HEX triplet: 74, 7C and 11. RGB value is (116,124,17). Sum of RGB (Red+Green+Blue) = 116+124+17=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #747C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C11 is #8B83EE. Grayscale: #6D6D6D. Windows color (decimal): -9143279 or 1145972. OLE color: 1145972.

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

Color convert

RGB 116 124 17 -
CMYK 0.06 0 0.86 0.51
HSL 64.49º 0.76% 0.28% -
HSV(B) 64.49º 0.86% 0.49% -
XYZ 14.51 18.17 3.27 -
YUV 109.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 116 124 17 0.06 0 0.86 0.51 64.49 0.76 0.28
Hex 74 7C 11 6 0 56 33 40 4C 1C
Octal 164 174 21 6 0 126 63 100 114 34
Binary 1110100 1111100 10001 110 0 1010110 110011 1000000 1001100 11100

Color Harmonies of #747C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C11

Black with #747C11

Text Example


Text Example

White with #747C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C11; }

 p { color: rgb(116,124,17); }

 H1.HeaderClassName
 {
   color: #747C11;
 }
 .AnyTagClassName
 {
   color: #747C11;
 }
</style>

background-color css

<style>
 a { background-color: #747C11; }

 a { background-color: rgb(116,124,17); }

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

border-color css

<style>
 span { border-color: #747C11; }

 span { border-color: rgb(116,124,17); }

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