#738A02

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

Shades of Olive #738A02

Tints of Olive #738A02

Color information

#738A02 (or 0x738A02) is unknown color: approx Olive. HEX triplet: 73, 8A and 02. RGB value is (115,138,2). Sum of RGB (Red+Green+Blue) = 115+138+2=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #738A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A02 is #8C75FD. Grayscale: #747474. Windows color (decimal): -9205246 or 166515. OLE color: 166515.

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

Color convert

RGB1151382-
CMYK0.1700.990.46
HSL70.15º97.14%27.45%-
HSV(B)70.15º98.55%54.12%-
XYZ16.1721.833.42-
YUV115.6263.88127.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 138 (54.30% from 255) = 54.12%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=45.10%
G=54.12%
B=0.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11513820.1700.990.4670.1597.1427.45
Hex738A2110632E46611b
Octal16321222101435610614133
Binary1110011100010101010001011000111011101000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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