#628D07

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

Shades of Olive Drab #628D07

Tints of Olive Drab #628D07

Color information

#628D07 (or 0x628D07) is unknown color: approx Olive Drab. HEX triplet: 62, 8D and 07. RGB value is (98,141,7). Sum of RGB (Red+Green+Blue) = 98+141+7=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #628D07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628D07 is #9D72F8. Grayscale: #717171. Windows color (decimal): -10318585 or 494946. OLE color: 494946.

HSL color Cylindrical-coordinate representation of color #628D07: hue angle of 79.25º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628D07 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB981417-
CMYK0.3000.950.45
HSL79.25º90.54%29.02%-
HSV(B)79.25º95.04%55.29%-
XYZ14.621.663.61-
YUV112.8768.25117.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 141 (55.47% from 255) = 57.32%
BLUE value IS 7 (3.12% from 255) = 2.85%
R=39.84%
G=57.32%
B=2.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9814170.3000.950.4579.2590.5429.02
Hex628D71E05F2D4f5b1d
Octal14221573601375511713335
Binary11000101000110111111110010111111011011001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628D07; }

 p { color: rgb(98,141,7); }

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

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

 a { background-color: rgb(98,141,7); }

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

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

 span { border-color: rgb(98,141,7); }

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