Html Css Color HEX #746F0F Olivetone

📋 copy color: '#746F0F'

red 116 ◦ green 111 ◦ blue 15

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

Shades of Olivetone #746F0F

Tints of Olivetone #746F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 47.93%
G = 45.87%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#746F0F (or 0x746F0F) is known color: Olivetone. HEX triplet: 74, 6F and 0F. RGB value is (116,111,15). Sum of RGB (Red+Green+Blue) = 116+111+15=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F0F is #8B90F0. Grayscale: #656565. Windows color (decimal): -9146609 or 1011572. OLE color: 1011572.

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

Color convert

RGB 116 111 15 -
CMYK 0 0.04 0.87 0.55
HSL 57.03º 0.77% 0.26% -
HSV(B) 57.03º 0.87% 0.45% -
XYZ 12.97 15.12 2.69 -
YUV 101.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 116 111 15 0 0.04 0.87 0.55 57.03 0.77 0.26
Hex 74 6F F 0 4 57 37 39 4D 1A
Octal 164 157 17 0 4 127 67 71 115 32
Binary 1110100 1101111 1111 0 100 1010111 110111 111001 1001101 11010

Color Harmonies of #746F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F0F

Black with #746F0F

Text Example


Text Example

White with #746F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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