#628510

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

Shades of Olive Drab #628510

Tints of Olive Drab #628510

Color information

#628510 (or 0x628510) is unknown color: approx Olive Drab. HEX triplet: 62, 85 and 10. RGB value is (98,133,16). Sum of RGB (Red+Green+Blue) = 98+133+16=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #628510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628510 is #9D7AEF. Grayscale: #6D6D6D. Windows color (decimal): -10320624 or 1082722. OLE color: 1082722.

HSL color Cylindrical-coordinate representation of color #628510: hue angle of 77.95º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628510 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB9813316-
CMYK0.2600.880.48
HSL77.95º78.52%29.22%-
HSV(B)77.95º87.97%52.16%-
XYZ13.5219.413.52-
YUV109.275.4120.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 133 (52.34% from 255) = 53.85%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=39.68%
G=53.85%
B=6.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98133160.2600.880.4877.9578.5229.22
Hex6285101A058304e4f1d
Octal142205203201306011611735
Binary1100010100001011000011010010110001100001001110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628510; }

 p { color: rgb(98,133,16); }

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

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

 a { background-color: rgb(98,133,16); }

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

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

 span { border-color: rgb(98,133,16); }

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