Html Css Color HEX #746700 Olive

📋 copy color: '#746700'

red 116 ◦ green 103 ◦ blue 0

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

Shades of Olive #746700

Tints of Olive #746700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.97%
G = 47.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#746700 (or 0x746700) is known color: Olive. HEX triplet: 74, 67 and 00. RGB value is (116,103,0). Sum of RGB (Red+Green+Blue) = 116+103+0=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #746700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746700 is #8B98FF. Grayscale: #5F5F5F. Windows color (decimal): -9148672 or 26484. OLE color: 26484.

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

Color convert

RGB 116 103 0 -
CMYK 0 0.11 1 0.55
HSL 53.28º 1% 0.23% -
HSV(B) 53.28º 1% 0.45% -
XYZ 12.05 13.41 1.95 -
YUV 95.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 116 103 0 0 0.11 1 0.55 53.28 1 0.23
Hex 74 67 0 0 B 64 37 35 64 17
Octal 164 147 0 0 13 144 67 65 144 27
Binary 1110100 1100111 0 0 1011 1100100 110111 110101 1100100 10111

Color Harmonies of #746700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746700

Black with #746700

Text Example


Text Example

White with #746700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746700; }

 p { color: rgb(116,103,0); }

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

background-color css

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

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

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

border-color css

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

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

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