#628718

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

Shades of Olive Drab #628718

Tints of Olive Drab #628718

Color information

#628718 (or 0x628718) is unknown color: approx Olive Drab. HEX triplet: 62, 87 and 18. RGB value is (98,135,24). Sum of RGB (Red+Green+Blue) = 98+135+24=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #628718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628718 is #9D78E7. Grayscale: #6F6F6F. Windows color (decimal): -10320104 or 1607522. OLE color: 1607522.

HSL color Cylindrical-coordinate representation of color #628718: hue angle of 80º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #628718 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB9813524-
CMYK0.2700.820.47
HSL80º69.81%31.18%-
HSV(B)80º82.22%52.94%-
XYZ13.8719.993.99-
YUV111.2878.74118.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=38.13%
G=52.53%
B=9.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98135240.2700.820.478069.8131.18
Hex6287181B0522F50461f
Octal142207303301225712010637
Binary1100010100001111100011011010100101011111010000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628718; }

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

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

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

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

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

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

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

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