#738306

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

Shades of Olive #738306

Tints of Olive #738306

Color information

#738306 (or 0x738306) is unknown color: approx Olive. HEX triplet: 73, 83 and 06. RGB value is (115,131,6). Sum of RGB (Red+Green+Blue) = 115+131+6=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #738306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738306 is #8C7CF9. Grayscale: #707070. Windows color (decimal): -9207034 or 426867. OLE color: 426867.

HSL color Cylindrical-coordinate representation of color #738306: hue angle of 67.68º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #738306 is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1151316-
CMYK0.1200.950.49
HSL67.68º91.24%26.86%-
HSV(B)67.68º95.42%51.37%-
XYZ15.2219.893.21-
YUV111.9768.2130.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=45.63%
G=51.98%
B=2.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11513160.1200.950.4967.6891.2426.86
Hex73836C05F31445b1b
Octal16320361401376110413333
Binary1110011100000111101100010111111100011000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738306; }

 p { color: rgb(115,131,6); }

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

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

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

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

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

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

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