Html Css Color HEX #737312 Olivetone

📋 copy color: '#737312'

red 115 ◦ green 115 ◦ blue 18

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

Shades of Olivetone #737312

Tints of Olivetone #737312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 46.37%
G = 46.37%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#737312 (or 0x737312) is known color: Olivetone. HEX triplet: 73, 73 and 12. RGB value is (115,115,18). Sum of RGB (Red+Green+Blue) = 115+115+18=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737312 is #8C8CED. Grayscale: #686868. Windows color (decimal): -9211118 or 1209203. OLE color: 1209203.

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

Color convert

RGB 115 115 18 -
CMYK 0 0 0.84 0.55
HSL 60º 0.73% 0.26% -
HSV(B) 60º 0.84% 0.45% -
XYZ 13.31 15.95 2.95 -
YUV 103.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 115 115 18 0 0 0.84 0.55 60 0.73 0.26
Hex 73 73 12 0 0 54 37 3C 49 1A
Octal 163 163 22 0 0 124 67 74 111 32
Binary 1110011 1110011 10010 0 0 1010100 110111 111100 1001001 11010

Color Harmonies of #737312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737312

Black with #737312

Text Example


Text Example

White with #737312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737312; }

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

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

background-color css

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

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

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

border-color css

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

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

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