Html Css Color HEX #746E25 Olivetone

📋 copy color: '#746E25'

red 116 ◦ green 110 ◦ blue 37

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

Shades of Olivetone #746E25

Tints of Olivetone #746E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 44.11%
G = 41.83%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#746E25 (or 0x746E25) is known color: Olivetone. HEX triplet: 74, 6E and 25. RGB value is (116,110,37). Sum of RGB (Red+Green+Blue) = 116+110+37=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #746E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E25 is #8B91DA. Grayscale: #676767. Windows color (decimal): -9146843 or 2453108. OLE color: 2453108.

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

Color convert

RGB 116 110 37 -
CMYK 0 0.05 0.68 0.55
HSL 55.44º 0.52% 0.3% -
HSV(B) 55.44º 0.68% 0.45% -
XYZ 13.11 15 3.95 -
YUV 103.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 116 110 37 0 0.05 0.68 0.55 55.44 0.52 0.3
Hex 74 6E 25 0 5 44 37 37 34 1E
Octal 164 156 45 0 5 104 67 67 64 36
Binary 1110100 1101110 100101 0 101 1000100 110111 110111 110100 11110

Color Harmonies of #746E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E25

Black with #746E25

Text Example


Text Example

White with #746E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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