#738F30

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

Shades of Olive Drab #738F30

Tints of Olive Drab #738F30

Color information

#738F30 (or 0x738F30) is unknown color: approx Olive Drab. HEX triplet: 73, 8F and 30. RGB value is (115,143,48). Sum of RGB (Red+Green+Blue) = 115+143+48=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #738F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738F30 is #8C70CF. Grayscale: #7C7C7C. Windows color (decimal): -9203920 or 3182451. OLE color: 3182451.

HSL color Cylindrical-coordinate representation of color #738F30: hue angle of 77.68º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #738F30 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB11514348-
CMYK0.2000.660.44
HSL77.68º49.74%37.45%-
HSV(B)77.68º66.43%56.08%-
XYZ17.4323.56.41-
YUV123.885.22121.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.58%
GREEN value IS 143 (56.25% from 255) = 46.73%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=37.58%
G=46.73%
B=15.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115143480.2000.660.4477.6849.7437.45
Hex738F30140422C4e3225
Octal16321760240102541166245
Binary11100111000111111000010100010000101011001001110110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,48); }

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

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

 a { background-color: rgb(115,143,48); }

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

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

 span { border-color: rgb(115,143,48); }

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