#618200

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

Shades of Olive #618200

Tints of Olive #618200

Color information

#618200 (or 0x618200) is unknown color: approx Olive. HEX triplet: 61, 82 and 00. RGB value is (97,130,0). Sum of RGB (Red+Green+Blue) = 97+130+0=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #618200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618200 is #9E7DFF. Grayscale: #696969. Windows color (decimal): -10386944 or 33377. OLE color: 33377.

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

Color convert

RGB971300-
CMYK0.25010.49
HSL75.23º100%25.49%-
HSV(B)75.23º100%50.98%-
XYZ12.9118.512.89-
YUV105.3168.57122.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.73%
G=57.27%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9713000.25010.4975.2310025.49
Hex6182019064314b6419
Octal14120203101446111314431
Binary110000110000010011001011001001100011001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618200; }

 p { color: rgb(97,130,0); }

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

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

 a { background-color: rgb(97,130,0); }

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

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

 span { border-color: rgb(97,130,0); }

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