Html Css Color HEX #736A15 Olivetone

📋 copy color: '#736A15'

red 115 ◦ green 106 ◦ blue 21

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

Shades of Olivetone #736A15

Tints of Olivetone #736A15

RGB

 RED value IS 115 (45.31% from 255) = 47.52%

 GREEN value IS 106 (41.8% from 255) = 43.8%

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

R = 47.52%
G = 43.8%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#736A15 (or 0x736A15) is known color: Olivetone. HEX triplet: 73, 6A and 15. RGB value is (115,106,21). Sum of RGB (Red+Green+Blue) = 115+106+21=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A15 is #8C95EA. Grayscale: #636363. Windows color (decimal): -9213419 or 1403507. OLE color: 1403507.

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

Color convert

RGB 115 106 21 -
CMYK 0 0.08 0.82 0.55
HSL 54.26º 0.69% 0.27% -
HSV(B) 54.26º 0.82% 0.45% -
XYZ 12.36 14.01 2.76 -
YUV 99 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 115 106 21 0 0.08 0.82 0.55 54.26 0.69 0.27
Hex 73 6A 15 0 8 52 37 36 45 1B
Octal 163 152 25 0 10 122 67 66 105 33
Binary 1110011 1101010 10101 0 1000 1010010 110111 110110 1000101 11011

Color Harmonies of #736A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A15

Black with #736A15

Text Example


Text Example

White with #736A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A15; }

 p { color: rgb(115,106,21); }

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

background-color css

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

 a { background-color: rgb(115,106,21); }

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

border-color css

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

 span { border-color: rgb(115,106,21); }

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