Html Css Color HEX #747100 Olive

📋 copy color: '#747100'

red 116 ◦ green 113 ◦ blue 0

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

Shades of Olive #747100

Tints of Olive #747100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.66%
G = 49.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#747100 (or 0x747100) is known color: Olive. HEX triplet: 74, 71 and 00. RGB value is (116,113,0). Sum of RGB (Red+Green+Blue) = 116+113+0=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #747100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747100 is #8B8EFF. Grayscale: #656565. Windows color (decimal): -9146112 or 29044. OLE color: 29044.

HSL color Cylindrical-coordinate representation of color #747100: hue angle of 58.45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #747100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 0 -
CMYK 0 0.03 1 0.55
HSL 58.45º 1% 0.23% -
HSV(B) 58.45º 1% 0.45% -
XYZ 13.11 15.52 2.31 -
YUV 101.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 116 113 0 0 0.03 1 0.55 58.45 1 0.23
Hex 74 71 0 0 3 64 37 3A 64 17
Octal 164 161 0 0 3 144 67 72 144 27
Binary 1110100 1110001 0 0 11 1100100 110111 111010 1100100 10111

Color Harmonies of #747100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747100

Black with #747100

Text Example


Text Example

White with #747100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747100; }

 p { color: rgb(116,113,0); }

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

background-color css

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

 a { background-color: rgb(116,113,0); }

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

border-color css

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

 span { border-color: rgb(116,113,0); }

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