Html Css Color HEX #736B0E Olivetone

📋 copy color: '#736B0E'

red 115 ◦ green 107 ◦ blue 14

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

Shades of Olivetone #736B0E

Tints of Olivetone #736B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.34%

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 48.73%
G = 45.34%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#736B0E (or 0x736B0E) is known color: Olivetone. HEX triplet: 73, 6B and 0E. RGB value is (115,107,14). Sum of RGB (Red+Green+Blue) = 115+107+14=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B0E is #8C94F1. Grayscale: #636363. Windows color (decimal): -9213170 or 945011. OLE color: 945011.

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

Color convert

RGB 115 107 14 -
CMYK 0 0.07 0.88 0.55
HSL 55.25º 0.78% 0.25% -
HSV(B) 55.25º 0.88% 0.45% -
XYZ 12.41 14.19 2.5 -
YUV 98.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 115 107 14 0 0.07 0.88 0.55 55.25 0.78 0.25
Hex 73 6B E 0 7 58 37 37 4E 19
Octal 163 153 16 0 7 130 67 67 116 31
Binary 1110011 1101011 1110 0 111 1011000 110111 110111 1001110 11001

Color Harmonies of #736B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B0E

Black with #736B0E

Text Example


Text Example

White with #736B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,14); }

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

background-color css

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

 a { background-color: rgb(115,107,14); }

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

border-color css

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

 span { border-color: rgb(115,107,14); }

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