Html Css Color HEX #746E05 Olive

📋 copy color: '#746E05'

red 116 ◦ green 110 ◦ blue 5

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

Shades of Olive #746E05

Tints of Olive #746E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 50.22%
G = 47.62%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#746E05 (or 0x746E05) is known color: Olive. HEX triplet: 74, 6E and 05. RGB value is (116,110,5). Sum of RGB (Red+Green+Blue) = 116+110+5=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #746E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E05 is #8B91FA. Grayscale: #646464. Windows color (decimal): -9146875 or 355956. OLE color: 355956.

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

Color convert

RGB 116 110 5 -
CMYK 0 0.05 0.96 0.55
HSL 56.76º 0.92% 0.24% -
HSV(B) 56.76º 0.96% 0.45% -
XYZ 12.81 14.88 2.34 -
YUV 99.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 116 110 5 0 0.05 0.96 0.55 56.76 0.92 0.24
Hex 74 6E 5 0 5 60 37 39 5C 18
Octal 164 156 5 0 5 140 67 71 134 30
Binary 1110100 1101110 101 0 101 1100000 110111 111001 1011100 11000

Color Harmonies of #746E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E05

Black with #746E05

Text Example


Text Example

White with #746E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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