#628306

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

Shades of Olive Drab #628306

Tints of Olive Drab #628306

Color information

#628306 (or 0x628306) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 06. RGB value is (98,131,6). Sum of RGB (Red+Green+Blue) = 98+131+6=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #628306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628306 is #9D7CF9. Grayscale: #6B6B6B. Windows color (decimal): -10321146 or 426850. OLE color: 426850.

HSL color Cylindrical-coordinate representation of color #628306: hue angle of 75.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #628306 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB981316-
CMYK0.2500.950.49
HSL75.84º91.24%26.86%-
HSV(B)75.84º95.42%51.37%-
XYZ13.1918.843.11-
YUV106.8871.07121.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 131 (51.56% from 255) = 55.74%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=41.70%
G=55.74%
B=2.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9813160.2500.950.4975.8491.2426.86
Hex628361905F314c5b1b
Octal14220363101376111413333
Binary11000101000001111011001010111111100011001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628306; }

 p { color: rgb(98,131,6); }

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

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

 a { background-color: rgb(98,131,6); }

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

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

 span { border-color: rgb(98,131,6); }

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