Html Css Color HEX #736D1A Olivetone

📋 copy color: '#736D1A'

red 115 ◦ green 109 ◦ blue 26

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

Shades of Olivetone #736D1A

Tints of Olivetone #736D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 46%
G = 43.6%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#736D1A (or 0x736D1A) is known color: Olivetone. HEX triplet: 73, 6D and 1A. RGB value is (115,109,26). Sum of RGB (Red+Green+Blue) = 115+109+26=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #736D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736D1A is #8C92E5. Grayscale: #656565. Windows color (decimal): -9212646 or 1731955. OLE color: 1731955.

HSL color Cylindrical-coordinate representation of color #736D1A: hue angle of 55.96º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #736D1A is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 109 26 -
CMYK 0 0.05 0.77 0.55
HSL 55.96º 0.63% 0.28% -
HSV(B) 55.96º 0.77% 0.45% -
XYZ 12.73 14.66 3.14 -
YUV 101.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 115 109 26 0 0.05 0.77 0.55 55.96 0.63 0.28
Hex 73 6D 1A 0 5 4D 37 38 3F 1C
Octal 163 155 32 0 5 115 67 70 77 34
Binary 1110011 1101101 11010 0 101 1001101 110111 111000 111111 11100

Color Harmonies of #736D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736D1A

Black with #736D1A

Text Example


Text Example

White with #736D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,109,26); }

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

background-color css

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

 a { background-color: rgb(115,109,26); }

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

border-color css

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

 span { border-color: rgb(115,109,26); }

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