#619D7C

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

Shades of Oxley #619D7C

Tints of Oxley #619D7C

Color information

#619D7C (or 0x619D7C) is unknown color: approx Oxley. HEX triplet: 61, 9D and 7C. RGB value is (97,157,124). Sum of RGB (Red+Green+Blue) = 97+157+124=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #619D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D7C is #9E6283. Grayscale: #878787. Windows color (decimal): -10379908 or 8166753. OLE color: 8166753.

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

Color convert

RGB97157124-
CMYK0.3800.210.38
HSL147º23.62%49.8%-
HSV(B)147º38.22%61.57%-
XYZ20.6228.1123.41-
YUV135.3121.62100.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=25.66%
G=41.53%
B=32.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571240.3800.210.3814723.6249.8
Hex619D7C2601526931832
Octal14123517446025462233062
Binary11000011001110111111001001100101011001101001001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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