#628918

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

Shades of Olive Drab #628918

Tints of Olive Drab #628918

Color information

#628918 (or 0x628918) is unknown color: approx Olive Drab. HEX triplet: 62, 89 and 18. RGB value is (98,137,24). Sum of RGB (Red+Green+Blue) = 98+137+24=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #628918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628918 is #9D76E7. Grayscale: #707070. Windows color (decimal): -10319592 or 1608034. OLE color: 1608034.

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

Color convert

RGB9813724-
CMYK0.2800.820.46
HSL80.71º70.19%31.57%-
HSV(B)80.71º82.48%53.73%-
XYZ14.1520.554.09-
YUV112.4678.08117.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.84%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=37.84%
G=52.90%
B=9.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98137240.2800.820.4680.7170.1931.57
Hex6289181C0522E514620
Octal142211303401225612110640
Binary11000101000100111000111000101001010111010100011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628918; }

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

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

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

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

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

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

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

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