Html Css Color HEX #747711 Olive

📋 copy color: '#747711'

red 116 ◦ green 119 ◦ blue 17

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

Shades of Olive #747711

Tints of Olive #747711

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.22%

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

R = 46.03%
G = 47.22%
B = 6.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.53

RGB Variations

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

Color information

#747711 (or 0x747711) is known color: Olive. HEX triplet: 74, 77 and 11. RGB value is (116,119,17). Sum of RGB (Red+Green+Blue) = 116+119+17=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #747711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747711 is #8B88EE. Grayscale: #6A6A6A. Windows color (decimal): -9144559 or 1144692. OLE color: 1144692.

HSL color Cylindrical-coordinate representation of color #747711: hue angle of 61.76º 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 #747711 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB 116 119 17 -
CMYK 0.03 0 0.86 0.53
HSL 61.76º 0.75% 0.27% -
HSV(B) 61.76º 0.86% 0.47% -
XYZ 13.9 16.95 3.07 -
YUV 106.48 77.51 134.79 -
System Red Green Blue C M Y K H S L
Decimal 116 119 17 0.03 0 0.86 0.53 61.76 0.75 0.27
Hex 74 77 11 3 0 56 35 3E 4B 1B
Octal 164 167 21 3 0 126 65 76 113 33
Binary 1110100 1110111 10001 11 0 1010110 110101 111110 1001011 11011

Color Harmonies of #747711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747711

Black with #747711

Text Example


Text Example

White with #747711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747711; }

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

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

background-color css

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

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

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

border-color css

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

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

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