#628F1E

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

Shades of Olive Drab #628F1E

Tints of Olive Drab #628F1E

Color information

#628F1E (or 0x628F1E) is unknown color: approx Olive Drab. HEX triplet: 62, 8F and 1E. RGB value is (98,143,30). Sum of RGB (Red+Green+Blue) = 98+143+30=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #628F1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628F1E is #9D70E1. Grayscale: #757575. Windows color (decimal): -10318050 or 2002786. OLE color: 2002786.

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

Color convert

RGB9814330-
CMYK0.3100.790.44
HSL83.89º65.32%33.92%-
HSV(B)83.89º79.02%56.08%-
XYZ15.0922.344.74-
YUV116.6679.09114.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 143 (56.25% from 255) = 52.77%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=36.16%
G=52.77%
B=11.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98143300.3100.790.4483.8965.3233.92
Hex628F1E1F04F2C544122
Octal142217363701175412410142
Binary11000101000111111110111110100111110110010101001000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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