#738108

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

Shades of Olive #738108

Tints of Olive #738108

Color information

#738108 (or 0x738108) is unknown color: approx Olive. HEX triplet: 73, 81 and 08. RGB value is (115,129,8). Sum of RGB (Red+Green+Blue) = 115+129+8=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #738108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738108 is #8C7EF7. Grayscale: #6F6F6F. Windows color (decimal): -9207544 or 557427. OLE color: 557427.

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

Color convert

RGB1151298-
CMYK0.1100.940.49
HSL66.94º88.32%26.86%-
HSV(B)66.94º93.8%50.59%-
XYZ14.9619.363.18-
YUV111.0269.86130.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 129 (50.78% from 255) = 51.19%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=45.63%
G=51.19%
B=3.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11512980.1100.940.4966.9488.3226.86
Hex73818B05E3143581b
Octal163201101301366110313033
Binary11100111000000110001011010111101100011000011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738108; }

 p { color: rgb(115,129,8); }

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

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

 a { background-color: rgb(115,129,8); }

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

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

 span { border-color: rgb(115,129,8); }

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