Html Css Color HEX #746F15 Olivetone

📋 copy color: '#746F15'

red 116 ◦ green 111 ◦ blue 21

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

Shades of Olivetone #746F15

Tints of Olivetone #746F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 46.77%
G = 44.76%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746F15 (or 0x746F15) is known color: Olivetone. HEX triplet: 74, 6F and 15. RGB value is (116,111,21). Sum of RGB (Red+Green+Blue) = 116+111+21=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #746F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F15 is #8B90EA. Grayscale: #666666. Windows color (decimal): -9146603 or 1404788. OLE color: 1404788.

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

Color convert

RGB 116 111 21 -
CMYK 0 0.04 0.82 0.55
HSL 56.84º 0.69% 0.27% -
HSV(B) 56.84º 0.82% 0.45% -
XYZ 13.02 15.14 2.94 -
YUV 102.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 116 111 21 0 0.04 0.82 0.55 56.84 0.69 0.27
Hex 74 6F 15 0 4 52 37 39 45 1B
Octal 164 157 25 0 4 122 67 71 105 33
Binary 1110100 1101111 10101 0 100 1010010 110111 111001 1000101 11011

Color Harmonies of #746F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F15

Black with #746F15

Text Example


Text Example

White with #746F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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