#738608

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

Shades of Olive #738608

Tints of Olive #738608

Color information

#738608 (or 0x738608) is unknown color: approx Olive. HEX triplet: 73, 86 and 08. RGB value is (115,134,8). Sum of RGB (Red+Green+Blue) = 115+134+8=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #738608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738608 is #8C79F7. Grayscale: #727272. Windows color (decimal): -9206264 or 558707. OLE color: 558707.

HSL color Cylindrical-coordinate representation of color #738608: hue angle of 69.05º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #738608 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1151348-
CMYK0.1400.940.47
HSL69.05º88.73%27.84%-
HSV(B)69.05º94.03%52.55%-
XYZ15.6420.713.4-
YUV113.9668.21128.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.75%
GREEN value IS 134 (52.73% from 255) = 52.14%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=44.75%
G=52.14%
B=3.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11513480.1400.940.4769.0588.7327.84
Hex73868E05E2F45591c
Octal163206101601365710513134
Binary11100111000011010001110010111101011111000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738608; }

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

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

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

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

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

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

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

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