Html Css Color HEX #747101 Olive

📋 copy color: '#747101'

red 116 ◦ green 113 ◦ blue 1

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

Shades of Olive #747101

Tints of Olive #747101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

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

R = 50.43%
G = 49.13%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#747101 (or 0x747101) is known color: Olive. HEX triplet: 74, 71 and 01. RGB value is (116,113,1). Sum of RGB (Red+Green+Blue) = 116+113+1=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #747101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747101 is #8B8EFE. Grayscale: #656565. Windows color (decimal): -9146111 or 94580. OLE color: 94580.

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

Color convert

RGB 116 113 1 -
CMYK 0 0.03 0.99 0.55
HSL 58.43º 0.98% 0.23% -
HSV(B) 58.43º 0.99% 0.45% -
XYZ 13.11 15.53 2.33 -
YUV 101.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 116 113 1 0 0.03 0.99 0.55 58.43 0.98 0.23
Hex 74 71 1 0 3 63 37 3A 62 17
Octal 164 161 1 0 3 143 67 72 142 27
Binary 1110100 1110001 1 0 11 1100011 110111 111010 1100010 10111

Color Harmonies of #747101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747101

Black with #747101

Text Example


Text Example

White with #747101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747101; }

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

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

background-color css

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

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

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

border-color css

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

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

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