#618500

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

Shades of Olive Drab #618500

Tints of Olive Drab #618500

Color information

#618500 (or 0x618500) is unknown color: approx Olive Drab. HEX triplet: 61, 85 and 00. RGB value is (97,133,0). Sum of RGB (Red+Green+Blue) = 97+133+0=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #618500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618500 is #9E7AFF. Grayscale: #6B6B6B. Windows color (decimal): -10386176 or 34145. OLE color: 34145.

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

Color convert

RGB971330-
CMYK0.27010.48
HSL76.24º100%26.08%-
HSV(B)76.24º100%52.16%-
XYZ13.3219.323.03-
YUV107.0767.57120.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 133 (52.34% from 255) = 57.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.17%
G=57.83%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9713300.27010.4876.2410026.08
Hex618501B064304c641a
Octal14120503301446011414432
Binary110000110000101011011011001001100001001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618500; }

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

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

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

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

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

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

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

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