Html Css Color HEX #746F1E Olivetone

📋 copy color: '#746F1E'

red 116 ◦ green 111 ◦ blue 30

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

Shades of Olivetone #746F1E

Tints of Olivetone #746F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 45.14%
G = 43.19%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#746F1E (or 0x746F1E) is known color: Olivetone. HEX triplet: 74, 6F and 1E. RGB value is (116,111,30). Sum of RGB (Red+Green+Blue) = 116+111+30=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #746F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F1E is #8B90E1. Grayscale: #676767. Windows color (decimal): -9146594 or 1994612. OLE color: 1994612.

HSL color Cylindrical-coordinate representation of color #746F1E: hue angle of 56.51º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #746F1E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 30 -
CMYK 0 0.04 0.74 0.55
HSL 56.51º 0.59% 0.29% -
HSV(B) 56.51º 0.74% 0.45% -
XYZ 13.12 15.18 3.47 -
YUV 103.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 116 111 30 0 0.04 0.74 0.55 56.51 0.59 0.29
Hex 74 6F 1E 0 4 4A 37 39 3B 1D
Octal 164 157 36 0 4 112 67 71 73 35
Binary 1110100 1101111 11110 0 100 1001010 110111 111001 111011 11101

Color Harmonies of #746F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F1E

Black with #746F1E

Text Example


Text Example

White with #746F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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