Html Css Color HEX #736B0F Olivetone

📋 copy color: '#736B0F'

red 115 ◦ green 107 ◦ blue 15

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

Shades of Olivetone #736B0F

Tints of Olivetone #736B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 48.52%
G = 45.15%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#736B0F (or 0x736B0F) is known color: Olivetone. HEX triplet: 73, 6B and 0F. RGB value is (115,107,15). Sum of RGB (Red+Green+Blue) = 115+107+15=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #736B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B0F is #8C94F0. Grayscale: #636363. Windows color (decimal): -9213169 or 1010547. OLE color: 1010547.

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

Color convert

RGB 115 107 15 -
CMYK 0 0.07 0.87 0.55
HSL 55.2º 0.77% 0.25% -
HSV(B) 55.2º 0.87% 0.45% -
XYZ 12.41 14.19 2.54 -
YUV 98.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 115 107 15 0 0.07 0.87 0.55 55.2 0.77 0.25
Hex 73 6B F 0 7 57 37 37 4D 19
Octal 163 153 17 0 7 127 67 67 115 31
Binary 1110011 1101011 1111 0 111 1010111 110111 110111 1001101 11001

Color Harmonies of #736B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B0F

Black with #736B0F

Text Example


Text Example

White with #736B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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