#618601

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

Shades of Olive Drab #618601

Tints of Olive Drab #618601

Color information

#618601 (or 0x618601) is unknown color: approx Olive Drab. HEX triplet: 61, 86 and 01. RGB value is (97,134,1). Sum of RGB (Red+Green+Blue) = 97+134+1=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #618601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618601 is #9E79FE. Grayscale: #6C6C6C. Windows color (decimal): -10385919 or 99937. OLE color: 99937.

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

Color convert

RGB971341-
CMYK0.2800.990.47
HSL76.69º98.52%26.47%-
HSV(B)76.69º99.25%52.55%-
XYZ13.4619.593.1-
YUV107.7867.74120.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=41.81%
G=57.76%
B=0.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9713410.2800.990.4776.6998.5226.47
Hex618611C0632F4d631a
Octal14120613401435711514332
Binary110000110000110111100011000111011111001101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618601; }

 p { color: rgb(97,134,1); }

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

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

 a { background-color: rgb(97,134,1); }

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

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

 span { border-color: rgb(97,134,1); }

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