#628F00

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

Shades of Olive Drab #628F00

Tints of Olive Drab #628F00

Color information

#628F00 (or 0x628F00) is unknown color: approx Olive Drab. HEX triplet: 62, 8F and 00. RGB value is (98,143,0). Sum of RGB (Red+Green+Blue) = 98+143+0=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #628F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628F00 is #9D70FF. Grayscale: #717171. Windows color (decimal): -10318080 or 36706. OLE color: 36706.

HSL color Cylindrical-coordinate representation of color #628F00: hue angle of 78.88º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628F00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB981430-
CMYK0.31010.44
HSL78.88º100%28.04%-
HSV(B)78.88º100%56.08%-
XYZ14.8622.243.51-
YUV113.2464.09117.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 143 (56.25% from 255) = 59.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.66%
G=59.34%
B=0%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9814300.31010.4478.8810028.04
Hex628F01F0642C4f641c
Octal14221703701445411714434
Binary110001010001111011111011001001011001001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,143,0); }

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

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

 a { background-color: rgb(98,143,0); }

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

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

 span { border-color: rgb(98,143,0); }

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