Html Css Color HEX #737012 Olivetone

📋 copy color: '#737012'

red 115 ◦ green 112 ◦ blue 18

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

Shades of Olivetone #737012

Tints of Olivetone #737012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 46.94%
G = 45.71%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#737012 (or 0x737012) is known color: Olivetone. HEX triplet: 73, 70 and 12. RGB value is (115,112,18). Sum of RGB (Red+Green+Blue) = 115+112+18=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #737012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737012 is #8C8FED. Grayscale: #666666. Windows color (decimal): -9211886 or 1208435. OLE color: 1208435.

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

Color convert

RGB 115 112 18 -
CMYK 0 0.03 0.84 0.55
HSL 58.14º 0.73% 0.26% -
HSV(B) 58.14º 0.84% 0.45% -
XYZ 12.97 15.28 2.84 -
YUV 102.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 115 112 18 0 0.03 0.84 0.55 58.14 0.73 0.26
Hex 73 70 12 0 3 54 37 3A 49 1A
Octal 163 160 22 0 3 124 67 72 111 32
Binary 1110011 1110000 10010 0 11 1010100 110111 111010 1001001 11010

Color Harmonies of #737012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737012

Black with #737012

Text Example


Text Example

White with #737012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737012; }

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

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

background-color css

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

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

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

border-color css

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

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

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