#678720

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

Shades of Olive Drab #678720

Tints of Olive Drab #678720

Color information

#678720 (or 0x678720) is unknown color: approx Olive Drab. HEX triplet: 67, 87 and 20. RGB value is (103,135,32). Sum of RGB (Red+Green+Blue) = 103+135+32=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #678720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678720 is #9878DF. Grayscale: #727272. Windows color (decimal): -9992416 or 2131815. OLE color: 2131815.

HSL color Cylindrical-coordinate representation of color #678720: hue angle of 78.64º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #678720 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB10313532-
CMYK0.2400.760.47
HSL78.64º61.68%32.75%-
HSV(B)78.64º76.3%52.94%-
XYZ14.5220.324.52-
YUV113.6981.9120.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.15%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=38.15%
G=50%
B=11.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103135320.2400.760.4778.6461.6832.75
Hex6787201804C2F4f3e21
Octal14720740300114571177641
Binary11001111000011110000011000010011001011111001111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678720; }

 p { color: rgb(103,135,32); }

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

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

 a { background-color: rgb(103,135,32); }

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

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

 span { border-color: rgb(103,135,32); }

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