#738830

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

Shades of Olive Drab #738830

Tints of Olive Drab #738830

Color information

#738830 (or 0x738830) is unknown color: approx Olive Drab. HEX triplet: 73, 88 and 30. RGB value is (115,136,48). Sum of RGB (Red+Green+Blue) = 115+136+48=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #738830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738830 is #8C77CF. Grayscale: #787878. Windows color (decimal): -9205712 or 3180659. OLE color: 3180659.

HSL color Cylindrical-coordinate representation of color #738830: hue angle of 74.32º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #738830 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB11513648-
CMYK0.1500.650.47
HSL74.32º47.83%36.08%-
HSV(B)74.32º64.71%53.33%-
XYZ16.4121.476.07-
YUV119.6987.54124.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=38.46%
G=45.48%
B=16.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115136480.1500.650.4774.3247.8336.08
Hex738830F0412F4a3024
Octal16321060170101571126044
Binary1110011100010001100001111010000011011111001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738830; }

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

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

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

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

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

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

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

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