Html Css Color HEX #749304 Olive

📋 copy color: '#749304'

red 116 ◦ green 147 ◦ blue 4

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

Shades of Olive #749304

Tints of Olive #749304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.06%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 43.45%
G = 55.06%
B = 1.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#749304 (or 0x749304) is known color: Olive. HEX triplet: 74, 93 and 04. RGB value is (116,147,4). Sum of RGB (Red+Green+Blue) = 116+147+4=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #749304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749304 is #8B6CFB. Grayscale: #797979. Windows color (decimal): -9137404 or 299892. OLE color: 299892.

HSL color Cylindrical-coordinate representation of color #749304: hue angle of 73.01º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #749304 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 4 -
CMYK 0.21 0 0.97 0.42
HSL 73.01º 0.95% 0.3% -
HSV(B) 73.01º 0.97% 0.58% -
XYZ 17.66 24.59 3.93 -
YUV 121.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 116 147 4 0.21 0 0.97 0.42 73.01 0.95 0.3
Hex 74 93 4 15 0 61 2A 49 5F 1E
Octal 164 223 4 25 0 141 52 111 137 36
Binary 1110100 10010011 100 10101 0 1100001 101010 1001001 1011111 11110

Color Harmonies of #749304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749304

Black with #749304

Text Example


Text Example

White with #749304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749304; }

 p { color: rgb(116,147,4); }

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

background-color css

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

 a { background-color: rgb(116,147,4); }

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

border-color css

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

 span { border-color: rgb(116,147,4); }

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