#678632

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

Shades of Olive Drab #678632

Tints of Olive Drab #678632

Color information

#678632 (or 0x678632) is unknown color: approx Olive Drab. HEX triplet: 67, 86 and 32. RGB value is (103,134,50). Sum of RGB (Red+Green+Blue) = 103+134+50=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #678632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678632 is #9879CD. Grayscale: #737373. Windows color (decimal): -9992654 or 3311207. OLE color: 3311207.

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

Color convert

RGB10313450-
CMYK0.2300.630.47
HSL82.14º45.65%36.08%-
HSV(B)82.14º62.69%52.55%-
XYZ14.6920.166.14-
YUV115.1691.23119.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=35.89%
G=46.69%
B=17.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal103134500.2300.630.4782.1445.6536.08
Hex6786321703F2F522e24
Octal1472066227077571225644
Binary1100111100001101100101011101111111011111010010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678632; }

 p { color: rgb(103,134,50); }

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

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

 a { background-color: rgb(103,134,50); }

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

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

 span { border-color: rgb(103,134,50); }

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