#738507

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

Shades of Olive #738507

Tints of Olive #738507

Color information

#738507 (or 0x738507) is unknown color: approx Olive. HEX triplet: 73, 85 and 07. RGB value is (115,133,7). Sum of RGB (Red+Green+Blue) = 115+133+7=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #738507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738507 is #8C7AF8. Grayscale: #717171. Windows color (decimal): -9206521 or 492915. OLE color: 492915.

HSL color Cylindrical-coordinate representation of color #738507: hue angle of 68.57º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #738507 is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1151337-
CMYK0.1400.950.48
HSL68.57º90%27.45%-
HSV(B)68.57º94.74%52.16%-
XYZ15.520.443.33-
YUV113.2568.04129.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=45.10%
G=52.16%
B=2.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11513370.1400.950.4868.579027.45
Hex73857E05F30455a1b
Octal16320571601376010513233
Binary1110011100001011111110010111111100001000101101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738507; }

 p { color: rgb(115,133,7); }

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

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

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

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

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

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

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