#628214

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

Shades of Olive Drab #628214

Tints of Olive Drab #628214

Color information

#628214 (or 0x628214) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 14. RGB value is (98,130,20). Sum of RGB (Red+Green+Blue) = 98+130+20=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #628214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628214 is #9D7DEB. Grayscale: #6C6C6C. Windows color (decimal): -10321388 or 1344098. OLE color: 1344098.

HSL color Cylindrical-coordinate representation of color #628214: hue angle of 77.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #628214 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB9813020-
CMYK0.2500.850.49
HSL77.45º73.33%29.41%-
HSV(B)77.45º84.62%50.98%-
XYZ13.1518.613.56-
YUV107.8978.4120.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.52%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=39.52%
G=52.42%
B=8.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130200.2500.850.4977.4573.3329.41
Hex62821419055314d491d
Octal142202243101256111511135
Binary1100010100000101010011001010101011100011001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628214; }

 p { color: rgb(98,130,20); }

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

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

 a { background-color: rgb(98,130,20); }

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

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

 span { border-color: rgb(98,130,20); }

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