Html Css Color HEX #747511 Olive

📋 copy color: '#747511'

red 116 ◦ green 117 ◦ blue 17

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

Shades of Olive #747511

Tints of Olive #747511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

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

R = 46.4%
G = 46.8%
B = 6.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#747511 (or 0x747511) is known color: Olive. HEX triplet: 74, 75 and 11. RGB value is (116,117,17). Sum of RGB (Red+Green+Blue) = 116+117+17=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #747511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747511 is #8B8AEE. Grayscale: #696969. Windows color (decimal): -9145071 or 1144180. OLE color: 1144180.

HSL color Cylindrical-coordinate representation of color #747511: hue angle of 60.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #747511 is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 17 -
CMYK 0.01 0 0.85 0.54
HSL 60.6º 0.75% 0.26% -
HSV(B) 60.6º 0.85% 0.46% -
XYZ 13.66 16.48 2.99 -
YUV 105.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 116 117 17 0.01 0 0.85 0.54 60.6 0.75 0.26
Hex 74 75 11 1 0 55 36 3D 4B 1A
Octal 164 165 21 1 0 125 66 75 113 32
Binary 1110100 1110101 10001 1 0 1010101 110110 111101 1001011 11010

Color Harmonies of #747511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747511

Black with #747511

Text Example


Text Example

White with #747511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747511; }

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

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

background-color css

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

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

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

border-color css

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

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

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