#738A08

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

Shades of Olive #738A08

Tints of Olive #738A08

Color information

#738A08 (or 0x738A08) is unknown color: approx Olive. HEX triplet: 73, 8A and 08. RGB value is (115,138,8). Sum of RGB (Red+Green+Blue) = 115+138+8=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #738A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A08 is #8C75F7. Grayscale: #747474. Windows color (decimal): -9205240 or 559731. OLE color: 559731.

HSL color Cylindrical-coordinate representation of color #738A08: hue angle of 70.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #738A08 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB1151388-
CMYK0.1700.940.46
HSL70.62º89.04%28.63%-
HSV(B)70.62º94.2%54.12%-
XYZ16.221.843.59-
YUV116.366.88127.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 138 (54.30% from 255) = 52.87%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=44.06%
G=52.87%
B=3.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11513880.1700.940.4670.6289.0428.63
Hex738A81105E2E47591d
Octal163212102101365610713135
Binary111001110001010100010001010111101011101000111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738A08; }

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

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

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

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

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

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

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

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