Html Css Color HEX #747E11 Olive

📋 copy color: '#747E11'

red 116 ◦ green 126 ◦ blue 17

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

Shades of Olive #747E11

Tints of Olive #747E11

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.65%

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

R = 44.79%
G = 48.65%
B = 6.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#747E11 (or 0x747E11) is known color: Olive. HEX triplet: 74, 7E and 11. RGB value is (116,126,17). Sum of RGB (Red+Green+Blue) = 116+126+17=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #747E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747E11 is #8B81EE. Grayscale: #6F6F6F. Windows color (decimal): -9142767 or 1146484. OLE color: 1146484.

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

Color convert

RGB 116 126 17 -
CMYK 0.08 0 0.87 0.51
HSL 65.5º 0.76% 0.28% -
HSV(B) 65.5º 0.87% 0.49% -
XYZ 14.76 18.68 3.36 -
YUV 110.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 116 126 17 0.08 0 0.87 0.51 65.5 0.76 0.28
Hex 74 7E 11 8 0 57 33 42 4C 1C
Octal 164 176 21 10 0 127 63 102 114 34
Binary 1110100 1111110 10001 1000 0 1010111 110011 1000010 1001100 11100

Color Harmonies of #747E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747E11

Black with #747E11

Text Example


Text Example

White with #747E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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