Html Css Color HEX #747D11 Olive

📋 copy color: '#747D11'

red 116 ◦ green 125 ◦ blue 17

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

Shades of Olive #747D11

Tints of Olive #747D11

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.45%

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

R = 44.96%
G = 48.45%
B = 6.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#747D11 (or 0x747D11) is known color: Olive. HEX triplet: 74, 7D and 11. RGB value is (116,125,17). Sum of RGB (Red+Green+Blue) = 116+125+17=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 125 (49.22% from 255 or 48.45% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 125 - color contains mainly: green. Hex color #747D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747D11 is #8B82EE. Grayscale: #6E6E6E. Windows color (decimal): -9143023 or 1146228. OLE color: 1146228.

HSL color Cylindrical-coordinate representation of color #747D11: hue angle of 65º 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 #747D11 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 17 -
CMYK 0.07 0 0.86 0.51
HSL 65º 0.76% 0.28% -
HSV(B) 65º 0.86% 0.49% -
XYZ 14.64 18.42 3.31 -
YUV 110 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 116 125 17 0.07 0 0.86 0.51 65 0.76 0.28
Hex 74 7D 11 7 0 56 33 41 4C 1C
Octal 164 175 21 7 0 126 63 101 114 34
Binary 1110100 1111101 10001 111 0 1010110 110011 1000001 1001100 11100

Color Harmonies of #747D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D11

Black with #747D11

Text Example


Text Example

White with #747D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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