#628914

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

Shades of Olive Drab #628914

Tints of Olive Drab #628914

Color information

#628914 (or 0x628914) is unknown color: approx Olive Drab. HEX triplet: 62, 89 and 14. RGB value is (98,137,20). Sum of RGB (Red+Green+Blue) = 98+137+20=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 137 (53.91% from 255 or 53.73% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 137 - color contains mainly: green. Hex color #628914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628914 is #9D76EB. Grayscale: #707070. Windows color (decimal): -10319596 or 1345890. OLE color: 1345890.

HSL color Cylindrical-coordinate representation of color #628914: hue angle of 80º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #628914 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB9813720-
CMYK0.2800.850.46
HSL80º74.52%30.78%-
HSV(B)80º85.4%53.73%-
XYZ14.1120.543.88-
YUV11276.08118.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 137 (53.91% from 255) = 53.73%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=38.43%
G=53.73%
B=7.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98137200.2800.850.468074.5230.78
Hex6289141C0552E504b1f
Octal142211243401255612011337
Binary1100010100010011010011100010101011011101010000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628914; }

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

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

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

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

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

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

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

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