#738002

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

Shades of Olive #738002

Tints of Olive #738002

Color information

#738002 (or 0x738002) is unknown color: approx Olive. HEX triplet: 73, 80 and 02. RGB value is (115,128,2). Sum of RGB (Red+Green+Blue) = 115+128+2=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #738002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738002 is #8C7FFD. Grayscale: #6E6E6E. Windows color (decimal): -9207806 or 163955. OLE color: 163955.

HSL color Cylindrical-coordinate representation of color #738002: hue angle of 66.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #738002 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB1151282-
CMYK0.1000.980.50
HSL66.19º96.92%25.49%-
HSV(B)66.19º98.44%50.2%-
XYZ14.819.092.96-
YUV109.7567.19131.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=46.94%
G=52.24%
B=0.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11512820.1000.980.5066.1996.9225.49
Hex73802A06232426119
Octal16320021201426210214131
Binary111001110000000101010011000101100101000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738002; }

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

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

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

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

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

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

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

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