Html Css Color HEX #736912 Olivetone

📋 copy color: '#736912'

red 115 ◦ green 105 ◦ blue 18

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

Shades of Olivetone #736912

Tints of Olivetone #736912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 48.32%
G = 44.12%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#736912 (or 0x736912) is known color: Olivetone. HEX triplet: 73, 69 and 12. RGB value is (115,105,18). Sum of RGB (Red+Green+Blue) = 115+105+18=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #736912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736912 is #8C96ED. Grayscale: #626262. Windows color (decimal): -9213678 or 1206643. OLE color: 1206643.

HSL color Cylindrical-coordinate representation of color #736912: hue angle of 53.81º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #736912 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 18 -
CMYK 0 0.09 0.84 0.55
HSL 53.81º 0.73% 0.26% -
HSV(B) 53.81º 0.84% 0.45% -
XYZ 12.23 13.79 2.59 -
YUV 98.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 115 105 18 0 0.09 0.84 0.55 53.81 0.73 0.26
Hex 73 69 12 0 9 54 37 36 49 1A
Octal 163 151 22 0 11 124 67 66 111 32
Binary 1110011 1101001 10010 0 1001 1010100 110111 110110 1001001 11010

Color Harmonies of #736912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736912

Black with #736912

Text Example


Text Example

White with #736912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736912; }

 p { color: rgb(115,105,18); }

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

background-color css

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

 a { background-color: rgb(115,105,18); }

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

border-color css

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

 span { border-color: rgb(115,105,18); }

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