Html Css Color HEX #737612 Olivetone

📋 copy color: '#737612'

red 115 ◦ green 118 ◦ blue 18

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

Shades of Olivetone #737612

Tints of Olivetone #737612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.01%

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

R = 45.82%
G = 47.01%
B = 7.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#737612 (or 0x737612) is known color: Olivetone. HEX triplet: 73, 76 and 12. RGB value is (115,118,18). Sum of RGB (Red+Green+Blue) = 115+118+18=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #737612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737612 is #8C89ED. Grayscale: #6A6A6A. Windows color (decimal): -9210350 or 1209971. OLE color: 1209971.

HSL color Cylindrical-coordinate representation of color #737612: hue angle of 61.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #737612 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 18 -
CMYK 0.03 0 0.85 0.54
HSL 61.8º 0.74% 0.27% -
HSV(B) 61.8º 0.85% 0.46% -
XYZ 13.66 16.65 3.07 -
YUV 105.7 78.51 134.63 -
System Red Green Blue C M Y K H S L
Decimal 115 118 18 0.03 0 0.85 0.54 61.8 0.74 0.27
Hex 73 76 12 3 0 55 36 3E 4A 1B
Octal 163 166 22 3 0 125 66 76 112 33
Binary 1110011 1110110 10010 11 0 1010101 110110 111110 1001010 11011

Color Harmonies of #737612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737612

Black with #737612

Text Example


Text Example

White with #737612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737612; }

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

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

background-color css

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

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

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

border-color css

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

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

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