Html Css Color HEX #736B10 Olivetone

📋 copy color: '#736B10'

red 115 ◦ green 107 ◦ blue 16

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

Shades of Olivetone #736B10

Tints of Olivetone #736B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.72%

R = 48.32%
G = 44.96%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736B10 (or 0x736B10) is known color: Olivetone. HEX triplet: 73, 6B and 10. RGB value is (115,107,16). Sum of RGB (Red+Green+Blue) = 115+107+16=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #736B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B10 is #8C94EF. Grayscale: #636363. Windows color (decimal): -9213168 or 1076083. OLE color: 1076083.

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

Color convert

RGB 115 107 16 -
CMYK 0 0.07 0.86 0.55
HSL 55.15º 0.76% 0.26% -
HSV(B) 55.15º 0.86% 0.45% -
XYZ 12.42 14.2 2.58 -
YUV 99.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 115 107 16 0 0.07 0.86 0.55 55.15 0.76 0.26
Hex 73 6B 10 0 7 56 37 37 4C 1A
Octal 163 153 20 0 7 126 67 67 114 32
Binary 1110011 1101011 10000 0 111 1010110 110111 110111 1001100 11010

Color Harmonies of #736B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B10

Black with #736B10

Text Example


Text Example

White with #736B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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