#619E6C

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

Shades of Oxley #619E6C

Tints of Oxley #619E6C

Color information

#619E6C (or 0x619E6C) is unknown color: approx Oxley. HEX triplet: 61, 9E and 6C. RGB value is (97,158,108). Sum of RGB (Red+Green+Blue) = 97+158+108=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #619E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E6C is #9E6193. Grayscale: #868686. Windows color (decimal): -10379668 or 7118433. OLE color: 7118433.

HSL color Cylindrical-coordinate representation of color #619E6C: hue angle of 130.82º 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 #619E6C is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB97158108-
CMYK0.3900.320.38
HSL130.82º23.92%50%-
HSV(B)130.82º38.61%61.96%-
XYZ19.8628.0818.56-
YUV134.06113.29101.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=26.72%
G=43.53%
B=29.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581080.3900.320.38130.8223.9250
Hex619E6C2702026831832
Octal14123615447040462033062
Binary110000110011110110110010011101000001001101000001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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