#619E6D

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

Shades of Oxley #619E6D

Tints of Oxley #619E6D

Color information

#619E6D (or 0x619E6D) is unknown color: approx Oxley. HEX triplet: 61, 9E and 6D. RGB value is (97,158,109). Sum of RGB (Red+Green+Blue) = 97+158+109=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #619E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E6D is #9E6192. Grayscale: #868686. Windows color (decimal): -10379667 or 7183969. OLE color: 7183969.

HSL color Cylindrical-coordinate representation of color #619E6D: hue angle of 131.8º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619E6D is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB97158109-
CMYK0.3900.310.38
HSL131.8º23.92%50%-
HSV(B)131.8º38.61%61.96%-
XYZ19.9228.118.84-
YUV134.17113.79101.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=26.65%
G=43.41%
B=29.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581090.3900.310.38131.823.9250
Hex619E6D2701F26841832
Octal14123615547037462043062
Binary11000011001111011011011001110111111001101000010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619E6D; }

 p { color: rgb(97,158,109); }

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

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

 a { background-color: rgb(97,158,109); }

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

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

 span { border-color: rgb(97,158,109); }

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