Html Css Color HEX #747401 Olive

📋 copy color: '#747401'

red 116 ◦ green 116 ◦ blue 1

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

Shades of Olive #747401

Tints of Olive #747401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 49.79%
G = 49.79%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#747401 (or 0x747401) is known color: Olive. HEX triplet: 74, 74 and 01. RGB value is (116,116,1). Sum of RGB (Red+Green+Blue) = 116+116+1=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 116 - color contains mainly: red, green. Hex color #747401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747401 is #8B8BFE. Grayscale: #676767. Windows color (decimal): -9145343 or 95348. OLE color: 95348.

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

Color convert

RGB 116 116 1 -
CMYK 0 0 0.99 0.55
HSL 60º 0.98% 0.23% -
HSV(B) 60º 0.99% 0.45% -
XYZ 13.45 16.21 2.45 -
YUV 102.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 116 116 1 0 0 0.99 0.55 60 0.98 0.23
Hex 74 74 1 0 0 63 37 3C 62 17
Octal 164 164 1 0 0 143 67 74 142 27
Binary 1110100 1110100 1 0 0 1100011 110111 111100 1100010 10111

Color Harmonies of #747401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747401

Black with #747401

Text Example


Text Example

White with #747401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747401; }

 p { color: rgb(116,116,1); }

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

background-color css

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

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

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

border-color css

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

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

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