#73690F

Color #73690F Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #73690F

Tints of Olivetone #73690F

Color information

#73690F (or 0x73690F) is unknown color: approx Olivetone. HEX triplet: 73, 69 and 0F. RGB value is (115,105,15). Sum of RGB (Red+Green+Blue) = 115+105+15=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #73690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73690F is #8C96F0. Grayscale: #626262. Windows color (decimal): -9213681 or 1010035. OLE color: 1010035.

HSL color Cylindrical-coordinate representation of color #73690F: hue angle of 54º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73690F is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB11510515-
CMYK00.090.870.55
HSL54º76.92%25.49%-
HSV(B)54º86.96%45.1%-
XYZ12.2113.782.47-
YUV97.7381.31140.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=48.94%
G=44.68%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151051500.090.870.555476.9225.49
Hex7369F095737364d19
Octal16315117011127676611531
Binary111001111010011111010011010111110111110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73690F; }

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

 H1.HeaderClassName
 {
   color: #73690F;
 }
 .AnyTagClassName
 {
   color: #73690F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #73690F;
 }
 .BgClassName
 {
   background-color: #73690F;
 }
</style>
border-color css

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

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

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