Html Css Color HEX #736F10 Olivetone

📋 copy color: '#736F10'

red 115 ◦ green 111 ◦ blue 16

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

Shades of Olivetone #736F10

Tints of Olivetone #736F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.87%

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

R = 47.52%
G = 45.87%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736F10 (or 0x736F10) is known color: Olivetone. HEX triplet: 73, 6F and 10. RGB value is (115,111,16). Sum of RGB (Red+Green+Blue) = 115+111+16=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F10 is #8C90EF. Grayscale: #656565. Windows color (decimal): -9212144 or 1077107. OLE color: 1077107.

HSL color Cylindrical-coordinate representation of color #736F10: hue angle of 57.58º 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 #736F10 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 111 16 -
CMYK 0 0.03 0.86 0.55
HSL 57.58º 0.76% 0.26% -
HSV(B) 57.58º 0.86% 0.45% -
XYZ 12.85 15.05 2.72 -
YUV 101.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 115 111 16 0 0.03 0.86 0.55 57.58 0.76 0.26
Hex 73 6F 10 0 3 56 37 3A 4C 1A
Octal 163 157 20 0 3 126 67 72 114 32
Binary 1110011 1101111 10000 0 11 1010110 110111 111010 1001100 11010

Color Harmonies of #736F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F10

Black with #736F10

Text Example


Text Example

White with #736F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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