Html Css Color HEX #746901 Olive

📋 copy color: '#746901'

red 116 ◦ green 105 ◦ blue 1

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

Shades of Olive #746901

Tints of Olive #746901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.3%

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

R = 52.25%
G = 47.3%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#746901 (or 0x746901) is known color: Olive. HEX triplet: 74, 69 and 01. RGB value is (116,105,1). Sum of RGB (Red+Green+Blue) = 116+105+1=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746901 is #8B96FE. Grayscale: #606060. Windows color (decimal): -9148159 or 92532. OLE color: 92532.

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

Color convert

RGB 116 105 1 -
CMYK 0 0.09 0.99 0.55
HSL 54.26º 0.98% 0.23% -
HSV(B) 54.26º 0.99% 0.45% -
XYZ 12.26 13.82 2.05 -
YUV 96.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 116 105 1 0 0.09 0.99 0.55 54.26 0.98 0.23
Hex 74 69 1 0 9 63 37 36 62 17
Octal 164 151 1 0 11 143 67 66 142 27
Binary 1110100 1101001 1 0 1001 1100011 110111 110110 1100010 10111

Color Harmonies of #746901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746901

Black with #746901

Text Example


Text Example

White with #746901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746901; }

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

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

background-color css

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

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

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

border-color css

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

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

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