Html Css Color HEX #736A19 Olivetone

📋 copy color: '#736A19'

red 115 ◦ green 106 ◦ blue 25

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

Shades of Olivetone #736A19

Tints of Olivetone #736A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 46.75%
G = 43.09%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#736A19 (or 0x736A19) is known color: Olivetone. HEX triplet: 73, 6A and 19. RGB value is (115,106,25). Sum of RGB (Red+Green+Blue) = 115+106+25=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #736A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A19 is #8C95E6. Grayscale: #636363. Windows color (decimal): -9213415 or 1665651. OLE color: 1665651.

HSL color Cylindrical-coordinate representation of color #736A19: hue angle of 54º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #736A19 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 25 -
CMYK 0 0.08 0.78 0.55
HSL 54º 0.64% 0.27% -
HSV(B) 54º 0.78% 0.45% -
XYZ 12.4 14.02 2.97 -
YUV 99.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 115 106 25 0 0.08 0.78 0.55 54 0.64 0.27
Hex 73 6A 19 0 8 4E 37 36 40 1B
Octal 163 152 31 0 10 116 67 66 100 33
Binary 1110011 1101010 11001 0 1000 1001110 110111 110110 1000000 11011

Color Harmonies of #736A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A19

Black with #736A19

Text Example


Text Example

White with #736A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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