Html Css Color HEX #746E06 Olive

📋 copy color: '#746E06'

red 116 ◦ green 110 ◦ blue 6

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

Shades of Olive #746E06

Tints of Olive #746E06

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.41%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 50%
G = 47.41%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#746E06 (or 0x746E06) is known color: Olive. HEX triplet: 74, 6E and 06. RGB value is (116,110,6). Sum of RGB (Red+Green+Blue) = 116+110+6=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #746E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E06 is #8B91F9. Grayscale: #646464. Windows color (decimal): -9146874 or 421492. OLE color: 421492.

HSL color Cylindrical-coordinate representation of color #746E06: hue angle of 56.73º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #746E06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 6 -
CMYK 0 0.05 0.95 0.55
HSL 56.73º 0.9% 0.24% -
HSV(B) 56.73º 0.95% 0.45% -
XYZ 12.81 14.88 2.37 -
YUV 99.94 74.99 139.46 -
System Red Green Blue C M Y K H S L
Decimal 116 110 6 0 0.05 0.95 0.55 56.73 0.9 0.24
Hex 74 6E 6 0 5 5F 37 39 5A 18
Octal 164 156 6 0 5 137 67 71 132 30
Binary 1110100 1101110 110 0 101 1011111 110111 111001 1011010 11000

Color Harmonies of #746E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E06

Black with #746E06

Text Example


Text Example

White with #746E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,6); }

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

background-color css

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

 a { background-color: rgb(116,110,6); }

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

border-color css

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

 span { border-color: rgb(116,110,6); }

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