#73750E

Color #73750E Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #73750E

Tints of Olive #73750E

Color information

#73750E (or 0x73750E) is unknown color: approx Olive. HEX triplet: 73, 75 and 0E. RGB value is (115,117,14). Sum of RGB (Red+Green+Blue) = 115+117+14=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #73750E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73750E is #8C8AF1. Grayscale: #696969. Windows color (decimal): -9210610 or 947571. OLE color: 947571.

HSL color Cylindrical-coordinate representation of color #73750E: hue angle of 61.17º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73750E is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB11511714-
CMYK0.0200.880.54
HSL61.17º78.63%25.69%-
HSV(B)61.17º88.03%45.88%-
XYZ13.5116.42.87-
YUV104.6676.84135.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=46.75%
G=47.56%
B=5.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115117140.0200.880.5461.1778.6325.69
Hex7375E2058363d4f1a
Octal1631651620130667511732
Binary1110011111010111101001011000110110111101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73750E; }

 p { color: rgb(115,117,14); }

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

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

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

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

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

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

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