#619E7D

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

Shades of Oxley #619E7D

Tints of Oxley #619E7D

Color information

#619E7D (or 0x619E7D) is unknown color: approx Oxley. HEX triplet: 61, 9E and 7D. RGB value is (97,158,125). Sum of RGB (Red+Green+Blue) = 97+158+125=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #619E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E7D is #9E6182. Grayscale: #888888. Windows color (decimal): -10379651 or 8232545. OLE color: 8232545.

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

Color convert

RGB97158125-
CMYK0.3900.210.38
HSL147.54º23.92%50%-
HSV(B)147.54º38.61%61.96%-
XYZ20.8628.4823.8-
YUV136121.79100.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=25.53%
G=41.58%
B=32.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581250.3900.210.38147.5423.9250
Hex619E7D2701526941832
Octal14123617547025462243062
Binary11000011001111011111011001110101011001101001010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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