Html Css Color HEX #747911 Olive

📋 copy color: '#747911'

red 116 ◦ green 121 ◦ blue 17

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

Shades of Olive #747911

Tints of Olive #747911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.64%

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

R = 45.67%
G = 47.64%
B = 6.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#747911 (or 0x747911) is known color: Olive. HEX triplet: 74, 79 and 11. RGB value is (116,121,17). Sum of RGB (Red+Green+Blue) = 116+121+17=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 121 (47.66% from 255 or 47.64% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 121 - color contains mainly: green. Hex color #747911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747911 is #8B86EE. Grayscale: #6C6C6C. Windows color (decimal): -9144047 or 1145204. OLE color: 1145204.

HSL color Cylindrical-coordinate representation of color #747911: hue angle of 62.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #747911 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 121 17 -
CMYK 0.04 0 0.86 0.53
HSL 62.88º 0.75% 0.27% -
HSV(B) 62.88º 0.86% 0.47% -
XYZ 14.14 17.43 3.15 -
YUV 107.65 76.84 133.96 -
System Red Green Blue C M Y K H S L
Decimal 116 121 17 0.04 0 0.86 0.53 62.88 0.75 0.27
Hex 74 79 11 4 0 56 35 3F 4B 1B
Octal 164 171 21 4 0 126 65 77 113 33
Binary 1110100 1111001 10001 100 0 1010110 110101 111111 1001011 11011

Color Harmonies of #747911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747911

Black with #747911

Text Example


Text Example

White with #747911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747911; }

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

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

background-color css

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

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

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

border-color css

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

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

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