Html Css Color HEX #746915 Olivetone

📋 copy color: '#746915'

red 116 ◦ green 105 ◦ blue 21

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

Shades of Olivetone #746915

Tints of Olivetone #746915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

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

R = 47.93%
G = 43.39%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#746915 (or 0x746915) is known color: Olivetone. HEX triplet: 74, 69 and 15. RGB value is (116,105,21). Sum of RGB (Red+Green+Blue) = 116+105+21=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746915 is #8B96EA. Grayscale: #636363. Windows color (decimal): -9148139 or 1403252. OLE color: 1403252.

HSL color Cylindrical-coordinate representation of color #746915: hue angle of 53.05º 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 #746915 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 21 -
CMYK 0 0.09 0.82 0.55
HSL 53.05º 0.69% 0.27% -
HSV(B) 53.05º 0.82% 0.45% -
XYZ 12.39 13.87 2.73 -
YUV 98.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 116 105 21 0 0.09 0.82 0.55 53.05 0.69 0.27
Hex 74 69 15 0 9 52 37 35 45 1B
Octal 164 151 25 0 11 122 67 65 105 33
Binary 1110100 1101001 10101 0 1001 1010010 110111 110101 1000101 11011

Color Harmonies of #746915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746915

Black with #746915

Text Example


Text Example

White with #746915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746915; }

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

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

background-color css

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

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

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

border-color css

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

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

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