#618813

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

Shades of Olive Drab #618813

Tints of Olive Drab #618813

Color information

#618813 (or 0x618813) is unknown color: approx Olive Drab. HEX triplet: 61, 88 and 13. RGB value is (97,136,19). Sum of RGB (Red+Green+Blue) = 97+136+19=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #618813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618813 is #9E77EC. Grayscale: #6F6F6F. Windows color (decimal): -10385389 or 1280097. OLE color: 1280097.

HSL color Cylindrical-coordinate representation of color #618813: hue angle of 80º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #618813 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB9713619-
CMYK0.2900.860.47
HSL80º75.48%30.39%-
HSV(B)80º86.03%53.33%-
XYZ13.8520.23.78-
YUV11176.08118.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 19 (7.81% from 255) = 7.54%
R=38.49%
G=53.97%
B=7.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136190.2900.860.478075.4830.39
Hex6188131D0562F504b1e
Octal141210233501265712011336
Binary1100001100010001001111101010101101011111010000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618813; }

 p { color: rgb(97,136,19); }

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

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

 a { background-color: rgb(97,136,19); }

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

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

 span { border-color: rgb(97,136,19); }

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