#619D77

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

Shades of Oxley #619D77

Tints of Oxley #619D77

Color information

#619D77 (or 0x619D77) is unknown color: approx Oxley. HEX triplet: 61, 9D and 77. RGB value is (97,157,119). Sum of RGB (Red+Green+Blue) = 97+157+119=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #619D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D77 is #9E6288. Grayscale: #868686. Windows color (decimal): -10379913 or 7839073. OLE color: 7839073.

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

Color convert

RGB97157119-
CMYK0.3800.240.38
HSL142º23.62%49.8%-
HSV(B)142º38.22%61.57%-
XYZ20.3227.9921.78-
YUV134.73119.12101.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 119 (46.88% from 255) = 31.90%
R=26.01%
G=42.09%
B=31.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571190.3800.240.3814223.6249.8
Hex619D7726018268e1832
Octal14123516746030462163062
Binary11000011001110111101111001100110001001101000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,119); }

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

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

 a { background-color: rgb(97,157,119); }

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

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

 span { border-color: rgb(97,157,119); }

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