#628307

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

Shades of Olive Drab #628307

Tints of Olive Drab #628307

Color information

#628307 (or 0x628307) is unknown color: approx Olive Drab. HEX triplet: 62, 83 and 07. RGB value is (98,131,7). Sum of RGB (Red+Green+Blue) = 98+131+7=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #628307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628307 is #9D7CF8. Grayscale: #6B6B6B. Windows color (decimal): -10321145 or 492386. OLE color: 492386.

HSL color Cylindrical-coordinate representation of color #628307: hue angle of 75.97º degrees, saturation: 0.9, 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 #628307 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB981317-
CMYK0.2500.950.49
HSL75.97º89.86%27.06%-
HSV(B)75.97º94.66%51.37%-
XYZ13.1918.843.14-
YUV10771.57121.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 131 (51.56% from 255) = 55.51%
BLUE value IS 7 (3.12% from 255) = 2.97%
R=41.53%
G=55.51%
B=2.97%

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
Decimal9813170.2500.950.4975.9789.8627.06
Hex628371905F314c5a1b
Octal14220373101376111413233
Binary11000101000001111111001010111111100011001100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628307; }

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

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

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

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

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

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

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

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