#618627

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

Shades of Olive Drab #618627

Tints of Olive Drab #618627

Color information

#618627 (or 0x618627) is unknown color: approx Olive Drab. HEX triplet: 61, 86 and 27. RGB value is (97,134,39). Sum of RGB (Red+Green+Blue) = 97+134+39=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #618627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618627 is #9E79D8. Grayscale: #707070. Windows color (decimal): -10385881 or 2590305. OLE color: 2590305.

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

Color convert

RGB9713439-
CMYK0.2800.710.47
HSL83.37º54.91%33.92%-
HSV(B)83.37º70.9%52.55%-
XYZ13.8219.745-
YUV112.1186.74117.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 39 (15.62% from 255) = 14.44%
R=35.93%
G=49.63%
B=14.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134390.2800.710.4783.3754.9133.92
Hex6186271C0472F533722
Octal14120647340107571236742
Binary11000011000011010011111100010001111011111010011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618627; }

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

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

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

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

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

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

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

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