Html Css Color HEX #746600 Olive

📋 copy color: '#746600'

red 116 ◦ green 102 ◦ blue 0

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

Shades of Olive #746600

Tints of Olive #746600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.79%

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

R = 53.21%
G = 46.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#746600 (or 0x746600) is known color: Olive. HEX triplet: 74, 66 and 00. RGB value is (116,102,0). Sum of RGB (Red+Green+Blue) = 116+102+0=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #746600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746600 is #8B99FF. Grayscale: #5E5E5E. Windows color (decimal): -9148928 or 26228. OLE color: 26228.

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

Color convert

RGB 116 102 0 -
CMYK 0 0.12 1 0.55
HSL 52.76º 1% 0.23% -
HSV(B) 52.76º 1% 0.45% -
XYZ 11.95 13.22 1.92 -
YUV 94.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 116 102 0 0 0.12 1 0.55 52.76 1 0.23
Hex 74 66 0 0 C 64 37 35 64 17
Octal 164 146 0 0 14 144 67 65 144 27
Binary 1110100 1100110 0 0 1100 1100100 110111 110101 1100100 10111

Color Harmonies of #746600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746600

Black with #746600

Text Example


Text Example

White with #746600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746600; }

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

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

background-color css

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

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

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

border-color css

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

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

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