Html Css Color HEX #747004 Olive

📋 copy color: '#747004'

red 116 ◦ green 112 ◦ blue 4

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

Shades of Olive #747004

Tints of Olive #747004

RGB

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

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

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

R = 50%
G = 48.28%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#747004 (or 0x747004) is known color: Olive. HEX triplet: 74, 70 and 04. RGB value is (116,112,4). Sum of RGB (Red+Green+Blue) = 116+112+4=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #747004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747004 is #8B8FFB. Grayscale: #656565. Windows color (decimal): -9146364 or 290932. OLE color: 290932.

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

Color convert

RGB 116 112 4 -
CMYK 0 0.03 0.97 0.55
HSL 57.86º 0.93% 0.24% -
HSV(B) 57.86º 0.97% 0.45% -
XYZ 13.02 15.31 2.38 -
YUV 100.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 116 112 4 0 0.03 0.97 0.55 57.86 0.93 0.24
Hex 74 70 4 0 3 61 37 3A 5D 18
Octal 164 160 4 0 3 141 67 72 135 30
Binary 1110100 1110000 100 0 11 1100001 110111 111010 1011101 11000

Color Harmonies of #747004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747004

Black with #747004

Text Example


Text Example

White with #747004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747004; }

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

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

background-color css

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

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

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

border-color css

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

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

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