Html Css Color HEX #746F00 Olive

📋 copy color: '#746F00'

red 116 ◦ green 111 ◦ blue 0

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

Shades of Olive #746F00

Tints of Olive #746F00

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.9%

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

R = 51.1%
G = 48.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#746F00 (or 0x746F00) is known color: Olive. HEX triplet: 74, 6F and 00. RGB value is (116,111,0). Sum of RGB (Red+Green+Blue) = 116+111+0=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #746F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F00 is #8B90FF. Grayscale: #646464. Windows color (decimal): -9146624 or 28532. OLE color: 28532.

HSL color Cylindrical-coordinate representation of color #746F00: hue angle of 57.41º 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 #746F00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 0 -
CMYK 0 0.04 1 0.55
HSL 57.41º 1% 0.23% -
HSV(B) 57.41º 1% 0.45% -
XYZ 12.89 15.08 2.23 -
YUV 99.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 116 111 0 0 0.04 1 0.55 57.41 1 0.23
Hex 74 6F 0 0 4 64 37 39 64 17
Octal 164 157 0 0 4 144 67 71 144 27
Binary 1110100 1101111 0 0 100 1100100 110111 111001 1100100 10111

Color Harmonies of #746F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F00

Black with #746F00

Text Example


Text Example

White with #746F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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