Html Css Color HEX #747003 Olive

📋 copy color: '#747003'

red 116 ◦ green 112 ◦ blue 3

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

Shades of Olive #747003

Tints of Olive #747003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 50.22%
G = 48.48%
B = 1.3%

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

#747003 (or 0x747003) is known color: Olive. HEX triplet: 74, 70 and 03. RGB value is (116,112,3). Sum of RGB (Red+Green+Blue) = 116+112+3=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #747003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747003 is #8B8FFC. Grayscale: #656565. Windows color (decimal): -9146365 or 225396. OLE color: 225396.

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

Color convert

RGB 116 112 3 -
CMYK 0 0.03 0.97 0.55
HSL 57.88º 0.95% 0.23% -
HSV(B) 57.88º 0.97% 0.45% -
XYZ 13.01 15.31 2.36 -
YUV 100.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 116 112 3 0 0.03 0.97 0.55 57.88 0.95 0.23
Hex 74 70 3 0 3 61 37 3A 5F 17
Octal 164 160 3 0 3 141 67 72 137 27
Binary 1110100 1110000 11 0 11 1100001 110111 111010 1011111 10111

Color Harmonies of #747003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747003

Black with #747003

Text Example


Text Example

White with #747003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747003; }

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

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

background-color css

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

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

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

border-color css

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

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

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