#619577

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

Shades of Oxley #619577

Tints of Oxley #619577

Color information

#619577 (or 0x619577) is unknown color: approx Oxley. HEX triplet: 61, 95 and 77. RGB value is (97,149,119). Sum of RGB (Red+Green+Blue) = 97+149+119=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #619577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619577 is #9E6A88. Grayscale: #828282. Windows color (decimal): -10381961 or 7837025. OLE color: 7837025.

HSL color Cylindrical-coordinate representation of color #619577: hue angle of 145.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619577 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB97149119-
CMYK0.3500.200.42
HSL145.38º21.14%48.24%-
HSV(B)145.38º34.9%58.43%-
XYZ19.0125.3721.35-
YUV130.03121.77104.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=26.58%
G=40.82%
B=32.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491190.3500.200.42145.3821.1448.24
Hex619577230142A911530
Octal14122516743024522212560
Binary11000011001010111101111000110101001010101001000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619577; }

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

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

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

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

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

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

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

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