#678228

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

Shades of Olive Drab #678228

Tints of Olive Drab #678228

Color information

#678228 (or 0x678228) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 28. RGB value is (103,130,40). Sum of RGB (Red+Green+Blue) = 103+130+40=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #678228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678228 is #987DD7. Grayscale: #707070. Windows color (decimal): -9993688 or 2654823. OLE color: 2654823.

HSL color Cylindrical-coordinate representation of color #678228: hue angle of 78º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #678228 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB10313040-
CMYK0.2100.690.49
HSL78º52.94%33.33%-
HSV(B)78º69.23%50.98%-
XYZ13.96194.94-
YUV111.6787.55121.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 40 (16.02% from 255) = 14.65%
R=37.73%
G=47.62%
B=14.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130400.2100.690.497852.9433.33
Hex67822815045314e3521
Octal14720250250105611166541
Binary11001111000001010100010101010001011100011001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678228; }

 p { color: rgb(103,130,40); }

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

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

 a { background-color: rgb(103,130,40); }

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

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

 span { border-color: rgb(103,130,40); }

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