Html Css Color HEX #747000 Olive

📋 copy color: '#747000'

red 116 ◦ green 112 ◦ blue 0

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

Shades of Olive #747000

Tints of Olive #747000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 50.88%
G = 49.12%
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

#747000 (or 0x747000) is known color: Olive. HEX triplet: 74, 70 and 00. RGB value is (116,112,0). Sum of RGB (Red+Green+Blue) = 116+112+0=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #747000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747000 is #8B8FFF. Grayscale: #646464. Windows color (decimal): -9146368 or 28788. OLE color: 28788.

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

Color convert

RGB 116 112 0 -
CMYK 0 0.03 1 0.55
HSL 57.93º 1% 0.23% -
HSV(B) 57.93º 1% 0.45% -
XYZ 13 15.3 2.27 -
YUV 100.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 116 112 0 0 0.03 1 0.55 57.93 1 0.23
Hex 74 70 0 0 3 64 37 3A 64 17
Octal 164 160 0 0 3 144 67 72 144 27
Binary 1110100 1110000 0 0 11 1100100 110111 111010 1100100 10111

Color Harmonies of #747000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747000

Black with #747000

Text Example


Text Example

White with #747000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747000; }

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

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

background-color css

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

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

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

border-color css

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

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

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