#628700

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

Shades of Olive Drab #628700

Tints of Olive Drab #628700

Color information

#628700 (or 0x628700) is unknown color: approx Olive Drab. HEX triplet: 62, 87 and 00. RGB value is (98,135,0). Sum of RGB (Red+Green+Blue) = 98+135+0=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #628700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628700 is #9D78FF. Grayscale: #6D6D6D. Windows color (decimal): -10320128 or 34658. OLE color: 34658.

HSL color Cylindrical-coordinate representation of color #628700: hue angle of 76.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #628700 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB981350-
CMYK0.27010.47
HSL76.44º100%26.47%-
HSV(B)76.44º100%52.94%-
XYZ13.719.923.12-
YUV108.5566.74120.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.06%
G=57.94%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9813500.27010.4776.4410026.47
Hex628701B0642F4c641a
Octal14220703301445711414432
Binary110001010000111011011011001001011111001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628700; }

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

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

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

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

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

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

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

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