#628400

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

Shades of Olive #628400

Tints of Olive #628400

Color information

#628400 (or 0x628400) is unknown color: approx Olive. HEX triplet: 62, 84 and 00. RGB value is (98,132,0). Sum of RGB (Red+Green+Blue) = 98+132+0=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 132 (51.95% from 255 or 57.39% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 132 - color contains mainly: green. Hex color #628400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628400 is #9D7BFF. Grayscale: #6B6B6B. Windows color (decimal): -10320896 or 33890. OLE color: 33890.

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

Color convert

RGB981320-
CMYK0.26010.48
HSL75.45º100%25.88%-
HSV(B)75.45º100%51.76%-
XYZ13.2919.12.99-
YUV106.7967.74121.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 132 (51.95% from 255) = 57.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.61%
G=57.39%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9813200.26010.4875.4510025.88
Hex628401A064304b641a
Octal14220403201446011314432
Binary110001010000100011010011001001100001001011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628400; }

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

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

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

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

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

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

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

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