Html Css Color HEX #747215 Olivetone

📋 copy color: '#747215'

red 116 ◦ green 114 ◦ blue 21

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

Shades of Olivetone #747215

Tints of Olivetone #747215

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 46.22%
G = 45.42%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#747215 (or 0x747215) is known color: Olivetone. HEX triplet: 74, 72 and 15. RGB value is (116,114,21). Sum of RGB (Red+Green+Blue) = 116+114+21=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #747215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747215 is #8B8DEA. Grayscale: #686868. Windows color (decimal): -9145835 or 1405556. OLE color: 1405556.

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

Color convert

RGB 116 114 21 -
CMYK 0 0.02 0.82 0.55
HSL 58.74º 0.69% 0.27% -
HSV(B) 58.74º 0.82% 0.45% -
XYZ 13.36 15.8 3.06 -
YUV 104 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 116 114 21 0 0.02 0.82 0.55 58.74 0.69 0.27
Hex 74 72 15 0 2 52 37 3B 45 1B
Octal 164 162 25 0 2 122 67 73 105 33
Binary 1110100 1110010 10101 0 10 1010010 110111 111011 1000101 11011

Color Harmonies of #747215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747215

Black with #747215

Text Example


Text Example

White with #747215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747215; }

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

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

background-color css

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

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

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

border-color css

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

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

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