#628600

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

Shades of Olive Drab #628600

Tints of Olive Drab #628600

Color information

#628600 (or 0x628600) is unknown color: approx Olive Drab. HEX triplet: 62, 86 and 00. RGB value is (98,134,0). Sum of RGB (Red+Green+Blue) = 98+134+0=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #628600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628600 is #9D79FF. Grayscale: #6C6C6C. Windows color (decimal): -10320384 or 34402. OLE color: 34402.

HSL color Cylindrical-coordinate representation of color #628600: hue angle of 76.12º 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 #628600 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB981340-
CMYK0.27010.47
HSL76.12º100%26.27%-
HSV(B)76.12º100%52.55%-
XYZ13.5619.653.08-
YUV107.9667.07120.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.24%
G=57.76%
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
Decimal9813400.27010.4776.1210026.27
Hex628601B0642F4c641a
Octal14220603301445711414432
Binary110001010000110011011011001001011111001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628600; }

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

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

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

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

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

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

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

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