#619377

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

Shades of Oxley #619377

Tints of Oxley #619377

Color information

#619377 (or 0x619377) is unknown color: approx Oxley. HEX triplet: 61, 93 and 77. RGB value is (97,147,119). Sum of RGB (Red+Green+Blue) = 97+147+119=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #619377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619377 is #9E6C88. Grayscale: #808080. Windows color (decimal): -10382473 or 7836513. OLE color: 7836513.

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

Color convert

RGB97147119-
CMYK0.3400.190.42
HSL146.4º20.49%47.84%-
HSV(B)146.4º34.01%57.65%-
XYZ18.6924.7421.24-
YUV128.86122.44105.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 119 (46.88% from 255) = 32.78%
R=26.72%
G=40.50%
B=32.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971471190.3400.190.42146.420.4947.84
Hex619377220132A921430
Octal14122316742023522222460
Binary11000011001001111101111000100100111010101001001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619377; }

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

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

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

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

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

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

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

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