Html Css Color HEX #747300 Olive

📋 copy color: '#747300'

red 116 ◦ green 115 ◦ blue 0

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

Shades of Olive #747300

Tints of Olive #747300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

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

R = 50.22%
G = 49.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#747300 (or 0x747300) is known color: Olive. HEX triplet: 74, 73 and 00. RGB value is (116,115,0). Sum of RGB (Red+Green+Blue) = 116+115+0=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #747300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747300 is #8B8CFF. Grayscale: #666666. Windows color (decimal): -9145600 or 29556. OLE color: 29556.

HSL color Cylindrical-coordinate representation of color #747300: hue angle of 59.48º 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 #747300 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 115 0 -
CMYK 0 0.01 1 0.55
HSL 59.48º 1% 0.23% -
HSV(B) 59.48º 1% 0.45% -
XYZ 13.33 15.97 2.38 -
YUV 102.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 116 115 0 0 0.01 1 0.55 59.48 1 0.23
Hex 74 73 0 0 1 64 37 3B 64 17
Octal 164 163 0 0 1 144 67 73 144 27
Binary 1110100 1110011 0 0 1 1100100 110111 111011 1100100 10111

Color Harmonies of #747300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747300

Black with #747300

Text Example


Text Example

White with #747300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747300; }

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

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

background-color css

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

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

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

border-color css

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

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

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