#627800

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

Shades of Olive #627800

Tints of Olive #627800

Color information

#627800 (or 0x627800) is unknown color: approx Olive. HEX triplet: 62, 78 and 00. RGB value is (98,120,0). Sum of RGB (Red+Green+Blue) = 98+120+0=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #627800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627800 is #9D87FF. Grayscale: #646464. Windows color (decimal): -10323968 or 30818. OLE color: 30818.

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

Color convert

RGB981200-
CMYK0.18010.53
HSL71º100%23.53%-
HSV(B)71º100%47.06%-
XYZ11.7516.032.47-
YUV99.7471.71126.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.95%
G=55.05%
B=0%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9812000.18010.537110023.53
Hex627801206435476418
Octal14217002201446510714430
Binary11000101111000010010011001001101011000111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627800; }

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

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

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

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

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

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

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

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