#619E77

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

Shades of Oxley #619E77

Tints of Oxley #619E77

Color information

#619E77 (or 0x619E77) is unknown color: approx Oxley. HEX triplet: 61, 9E and 77. RGB value is (97,158,119). Sum of RGB (Red+Green+Blue) = 97+158+119=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #619E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E77 is #9E6188. Grayscale: #878787. Windows color (decimal): -10379657 or 7839329. OLE color: 7839329.

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

Color convert

RGB97158119-
CMYK0.3900.250.38
HSL141.64º23.92%50%-
HSV(B)141.64º38.61%61.96%-
XYZ20.4928.3321.84-
YUV135.32118.79100.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=25.94%
G=42.25%
B=31.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581190.3900.250.38141.6423.9250
Hex619E7727019268e1832
Octal14123616747031462163062
Binary11000011001111011101111001110110011001101000111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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